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=cfbd3c6ee21bde6e848eafb3b7994db626b70b72;hpb=f5b13bdc7678f786f16ef25c1499555ddbc51321 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