aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-01-14 13:42:59 +0200
committernotaz2011-01-16 00:03:53 +0200
commitcfbd3c6ee21bde6e848eafb3b7994db626b70b72 (patch)
treeabcf0d196caca4aec57a34909f32d6388363871e /Makefile
parentf5b13bdc7678f786f16ef25c1499555ddbc51321 (diff)
downloadpcsx_rearmed-cfbd3c6ee21bde6e848eafb3b7994db626b70b72.tar.gz
pcsx_rearmed-cfbd3c6ee21bde6e848eafb3b7994db626b70b72.tar.bz2
pcsx_rearmed-cfbd3c6ee21bde6e848eafb3b7994db626b70b72.zip
drc: remove funcs from assert()s to allow NDEBUG build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5896158..f65e9ae 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