]> git.llucax.com Git - software/posixx.git/commitdiff
Fix typo in Makefiles RELEASE option
authorLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 30 Sep 2008 21:06:21 +0000 (18:06 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 30 Sep 2008 21:06:21 +0000 (18:06 -0300)
test/Makefile

index bc09ff4ac8805b502833d2f35a2017da099cb7a2..1ae8ddc50c52a1114120b1207f6124ab405b4de7 100644 (file)
@@ -21,7 +21,7 @@ ALL_CFLAGS = $(LOCAL_CFLAGS) $(LI_CFLAGS) $(CFLAGS)
 ALL_LDFLAGS = $(LOCAL_LDFLAGS) $(LI_LDFLAGS) $(LDFLAGS)
 
 ifdef RELEASE
-ALL_CFLAGS += -O3 -NDEBUG
+ALL_CFLAGS += -O3 -DNDEBUG
 endif
 
 ifdef DEBUG