You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/03/30 22:47:06 UTC

svn commit: r760166 - /incubator/thrift/trunk/lib/erl/src/Makefile

Author: dreiss
Date: Mon Mar 30 20:47:05 2009
New Revision: 760166

URL: http://svn.apache.org/viewvc?rev=760166&view=rev
Log:
THRIFT-307. erlang: Make HiPE optional

You can still use it by running "make ERLC_FLAGS='+native'".

Modified:
    incubator/thrift/trunk/lib/erl/src/Makefile

Modified: incubator/thrift/trunk/lib/erl/src/Makefile
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/erl/src/Makefile?rev=760166&r1=760165&r2=760166&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/erl/src/Makefile (original)
+++ incubator/thrift/trunk/lib/erl/src/Makefile Mon Mar 30 20:47:05 2009
@@ -53,7 +53,7 @@
 
 ERL_FLAGS +=
 ERL_INCLUDE = -I../include -I../../fslib/include -I../../system_status/include
-ERL_COMPILE_FLAGS += $(ERL_INCLUDE) +native
+ERL_COMPILE_FLAGS += $(ERL_INCLUDE)
 
 # ----------------------------------------------------
 # Targets