From a223af3254fb51c279cfbccdc18c59484fdca74e Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 9 Sep 2011 15:42:52 +0000 Subject: [PATCH 1/1] . git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@1112 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5f225f1..33274bf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -INLINE=100 +INLINE=1000 DEBUG=false PROFILE=false VERBOSE=false @@ -75,7 +75,7 @@ OCAMLDEP = ocamldep #Ugly but seems difficult with a makefile LINK=$(OCAMLOPT) -linkpkg `ocamlc -version | grep -q "3.1[12].[012]" && echo dynlink.cmxa` camlp4lib.cmxa -SYNTAX= -syntax camlp4o $(PPINCLUDES) -ppopt -printer -ppopt auto -ppopt pa_macro.cmo $(SYNT_FLAGS) +SYNTAX= -syntax camlp4o $(PPINCLUDES) -ppopt -printer -ppopt ocaml -ppopt pa_macro.cmo $(SYNT_FLAGS) -- 2.17.1