Fixed a bug in subtreetags
[SXSI/XMLTree.git] / makefile
index 4eae048..ada8264 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,5 @@
-FLAGS =-std=c++0x -O3 -I./libcds/includes/ -I. -fno-PIC\r
+CFLAGS= -g -O0 -I./libcds/includes/ -I.\r
+FLAGS= -std=c++0x $(CFLAGS)\r
 \r
 LIBCDS_A=libcds/lib/libcds.a \r
 OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/TCImplementation.o TextCollection/Tools.o TextCollection/BitRank.o TextCollection/TextStorage.o\r