X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=makefile;fp=makefile;h=ada82648650c220d8e5ed9d47a841be8b7375104;hb=f32808a35be7a1e62830a5972473178014fa44e5;hp=4eae0483626b221a1e8ee1318109f44819ae3aec;hpb=9c696a1b1a7034794b3768e4e1e40db86e87ebbb;p=SXSI%2FXMLTree.git diff --git a/makefile b/makefile index 4eae048..ada8264 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,5 @@ -FLAGS =-std=c++0x -O3 -I./libcds/includes/ -I. -fno-PIC +CFLAGS= -g -O0 -I./libcds/includes/ -I. +FLAGS= -std=c++0x $(CFLAGS) LIBCDS_A=libcds/lib/libcds.a OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/TCImplementation.o TextCollection/Tools.o TextCollection/BitRank.o TextCollection/TextStorage.o