Add some inlining by hand
[SXSI/XMLTree.git] / makefile
index 65ca372..5caf9dd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,7 @@
-CFLAGS= -g -O0 -I./libcds/includes/ -I.\r
+CFLAGS= -O6 -I./libcds/includes/ -fno-PIC -I.\r
 FLAGS= -std=c++0x $(CFLAGS)\r
 \r
+\r
 LIBCDS_A=libcds/lib/libcds.a \r
 OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/RLCSABuilder.o \\r
              TextCollection/FMIndex.o TextCollection/FMIndexBuilder.o TextCollection/Tools.o \\r