adding +native flag to makefile for compilation fun
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:13:26 +0000 (01:13 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:13:26 +0000 (01:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666474 13f79535-47bb-0310-9956-ffa450edef68

lib/alterl/src/Makefile

index 9855aa3..e02cb49 100644 (file)
@@ -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