]> git.llucax.com Git - software/posixx.git/blobdiff - test/Makefile
Fix typo in Makefiles RELEASE option
[software/posixx.git] / 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_LDFLAGS = $(LOCAL_LDFLAGS) $(LI_LDFLAGS) $(LDFLAGS)
 
 ifdef RELEASE
-ALL_CFLAGS += -O3 -NDEBUG
+ALL_CFLAGS += -O3 -DNDEBUG
 endif
 
 ifdef DEBUG
 endif
 
 ifdef DEBUG