X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;h=54fbe7852ab8f51c235a80ca71dae32df4bc6952;hb=2f157824afcbbc0852e2ff32ccb3e4dc2100a3b0;hp=38b2b26fc795dea4a95def857569d17bdd4cb5df;hpb=4ef83e49878441a5146af5326c1b49ced4002756;p=SXSI%2Fxpathcomp.git diff --git a/Makefile b/Makefile index 38b2b26..54fbe78 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -INLINE=10 +INLINE=1000 DEBUG=false PROFILE=true VERBOSE=false @@ -48,7 +48,7 @@ OCAMLOPT = ocamlopt -g -cc "$(CXX)" SYNT_DEBUG = -ppopt -DDEBUG else CXX = g++ -OCAMLOPT = ocamlopt -g -unsafe -cc "$(CXX)" -ccopt -O3 -ccopt -std=c++0x -noassert -inline $(INLINE) +OCAMLOPT = ocamlopt -cc "$(CXX)" -ccopt -O3 -ccopt -std=c++0x -noassert -inline $(INLINE) endif ifeq ($(PROFILE), true) SYNT_PROF = $(SYNT_DEBUG) -ppopt -DPROFILE