From: kim Date: Fri, 11 Feb 2011 10:27:39 +0000 (+0000) Subject: Add -DNDEBUG to makefile. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2FXMLTree.git;a=commitdiff_plain;h=225191733a5afcf573d2836e0fb0893beee4ddb1 Add -DNDEBUG to makefile. git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@999 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/makefile b/makefile index 5caf9dd..f486f14 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -CFLAGS= -O6 -I./libcds/includes/ -fno-PIC -I. +CFLAGS= -O3 -DNDEBUG -I./libcds/includes/ -fno-PIC -I. FLAGS= -std=c++0x $(CFLAGS)