X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=f65e9aeed8c2f22c0339d6b67934a860dad2d2fa;hp=58961582fe32bf075c74017e7c0704c24aeb2ab3;hb=c7abc8640c52f63f655ba38585b37c8548527b63;hpb=447783f8d0108feedf3a5801c1f61853d046a733 diff --git a/Makefile b/Makefile index 58961582..f65e9aee 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math ASFLAGS += -mcpu=cortex-a8 -mfpu=neon endif ifndef DEBUG -CFLAGS += -O2 # -DNDEBUG +CFLAGS += -O2 -DNDEBUG endif USE_OSS = 1 #USE_ALSA = 1