X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;h=b9f615525c1218780c6259a5454c4c9f5cf097cc;hb=cea756c7adc49891004bfe455628010eb7a28bc9;hp=024552f4235ac84809756456e1beef260524cd64;hpb=92455238a637876bec18bfdaed4f5342f4cbbd1f;p=SXSI%2Fxpathcomp.git diff --git a/Makefile b/Makefile index 024552f..b9f6155 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 -cc "$(CXX)" -ccopt -O3 -ccopt -std=c++0x -noassert -inline $(INLINE) +OCAMLOPT = ocamlopt -nodynlink -cc "$(CXX)" -ccopt -O3 -ccopt -std=c++0x -noassert -inline $(INLINE) endif ifeq ($(PROFILE), true) SYNT_PROF = $(SYNT_DEBUG) -ppopt -DPROFILE