X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;h=e972a3c56200ea40aa0ddcd7a662e97ac1c9d403;hb=8b92ac7e539c796ee3160078b5ca30537f26ea51;hp=05922b45a8daf58c8e91066889098840e6465109;hpb=44c3b5aabb8782b15e66d7d14ab19b280d7eb20f;p=SXSI%2FXMLTree.git diff --git a/Makefile b/Makefile index 05922b4..e972a3c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OPT_FLAGS=-O6 -DPOPCOUNT_TABLE -DHAS_NATIVE_POPCOUNT +OPT_FLAGS=-O6 -DPOPCOUNT_TABLE -DHAS_NATIVE_POPCOUNT -fno-PIC INC_FLAGS=-I./libcds/includes/ -I. CFLAGS= $(INC_FLAGS) $(OPT_FLAGS) CXXFLAGS= -std=c++0x $(INC_FLAGS) $(OPT_FLAGS)