From 2f157824afcbbc0852e2ff32ccb3e4dc2100a3b0 Mon Sep 17 00:00:00 2001 From: fclaude Date: Tue, 24 Mar 2009 03:07:59 +0000 Subject: [PATCH] changes for compiling, OJO: Makefile in xpathcomp modified git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@280 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9f6155..54fbe78 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ OCAMLOPT = ocamlopt -g -cc "$(CXX)" SYNT_DEBUG = -ppopt -DDEBUG else CXX = g++ -OCAMLOPT = ocamlopt -nodynlink -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 -- 2.17.1