X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;h=43e51424893ba93f2300469b6a62a0d22156888f;hb=4680fa5b41156d70f0fde69981f0d241184b19d9;hp=ffc996c0249dd15fc77912ef5337ed386d22b4bf;hpb=d64e3a3a9ef6329caafdba848ef78427fce0d689;p=SXSI%2Fxpathcomp.git diff --git a/Makefile b/Makefile index ffc996c..43e5142 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,9 @@ CXX = g++ -DDEBUG OCAMLOPT = ocamlopt -g -cc "$(CXX)" SYNT_DEBUG = -ppopt -DDEBUG else -CXX = g++ -OCAMLOPT = ocamlopt -cc "$(CXX)" -noassert -inline 100 +CXX = g++ +OCAMLOPT = ocamlopt -cc "$(CXX)" -ccopt -O3 -noassert -inline 100 endif - ifeq ($(PROFILE), true) SYNT_PROF = $(SYNT_DEBUG) -ppopt -DPROFILE endif