Add -DNDEBUG to makefile.
[SXSI/XMLTree.git] / makefile
index 5caf9dd..f486f14 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-CFLAGS= -O6 -I./libcds/includes/ -fno-PIC -I.\r
+CFLAGS= -O3 -DNDEBUG -I./libcds/includes/ -fno-PIC -I.\r
 FLAGS= -std=c++0x $(CFLAGS)\r
 \r
 \r