From: David Reiss Date: Wed, 11 Jun 2008 01:13:26 +0000 (+0000) Subject: adding +native flag to makefile for compilation fun X-Git-Tag: 0.2.0~688 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=bab1f48a46e2edf107626bdf21e6e31378c757bb;p=common%2Fthrift.git adding +native flag to makefile for compilation fun git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/alterl/src/Makefile b/lib/alterl/src/Makefile index 9855aa31..e02cb49a 100644 --- a/lib/alterl/src/Makefile +++ b/lib/alterl/src/Makefile @@ -53,7 +53,7 @@ WEB_TARGET=/var/yaws/www/$(APP_NAME) ERL_FLAGS += ERL_INCLUDE = -I../include -I../../fslib/include -I../../system_status/include -ERL_COMPILE_FLAGS += $(ERL_INCLUDE) +ERL_COMPILE_FLAGS += $(ERL_INCLUDE) +native # ---------------------------------------------------- # Targets