Add some inlining by hand
[SXSI/XMLTree.git] / makefile
index 2df1d8b..5caf9dd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,8 +1,11 @@
-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/FMIndex.o TextCollection/FMIndexBuilder.o TextCollection/Tools.o TextCollection/TextStorage.o\r
+OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/RLCSABuilder.o \\r
+             TextCollection/FMIndex.o TextCollection/FMIndexBuilder.o TextCollection/Tools.o \\r
+             TextCollection/TextStorage.o TextCollection/Query.o TextCollection/EditDistance.o TextCollection/ResultSet.o\r
 \r
 LIBRLCSA_TCA=TextCollection/incbwt/rlcsa.a\r
 LIBLZTRIE_TCA=TextCollection/lzindex/lztrie.a\r