From e38edc7fe9fcbba33494faba66fc9474f559a2d5 Mon Sep 17 00:00:00 2001 From: fclaude Date: Tue, 24 Mar 2009 15:06:53 +0000 Subject: [PATCH] new makefile git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@287 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- libcds/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcds/src/Makefile b/libcds/src/Makefile index d7d6ea5..8f30567 100644 --- a/libcds/src/Makefile +++ b/libcds/src/Makefile @@ -1,7 +1,7 @@ CPP=g++ -#CPPFLAGS=-g3 -Wall -CPPFLAGS=-O9 -Wall -DNDEBUG +CPPFLAGS=-g3 -Wall -O0 +#CPPFLAGS=-O9 -Wall -DNDEBUG INCL=-I../includes/ -- 2.17.1