X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=03d3fdb4b18426e22eb8380d09b719a986d2f0d1;hb=d7838f97284adcef629783488f7ec78103b26258;hp=910eb1dd693a84d677216732ced90ca4263e8034;hpb=ed1f72f3b6d0324d82b8ec10f7e9b9e6937ed1a7;p=SXSI%2FXMLTree.git diff --git a/Makefile b/Makefile index 910eb1d..03d3fdb 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ else endif ifeq ($(DEBUG), true) - OPT_FLAGS=-O0 -g $(POPCOUNT_FLAG) -fno-PIC -static + OPT_FLAGS=-O0 -g $(POPCOUNT_FLAG) -static else - OPT_FLAGS=-O4 $(POPCOUNT_FLAG) -fno-PIC -static + OPT_FLAGS=-O4 $(POPCOUNT_FLAG) -static endif CXXFLAGS=-std=c++0x $(INC_FLAGS) $(OPT_FLAGS)