From cfbd3c6ee21bde6e848eafb3b7994db626b70b72 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 14 Jan 2011 13:42:59 +0200 Subject: drc: remove funcs from assert()s to allow NDEBUG build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3