Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2d8563e
)
THRIFT-307. erlang: Make HiPE optional
author
David Reiss
<dreiss@apache.org>
Mon, 30 Mar 2009 20:47:05 +0000
(20:47 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 30 Mar 2009 20:47:05 +0000
(20:47 +0000)
You can still use it by running "make ERLC_FLAGS='+native'".
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760166
13f79535
-47bb-0310-9956-
ffa450edef68
lib/erl/src/Makefile
patch
|
blob
|
history
diff --git
a/lib/erl/src/Makefile
b/lib/erl/src/Makefile
index
d2d4ff1
..
980af81
100644
(file)
--- a/
lib/erl/src/Makefile
+++ b/
lib/erl/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)
+native
+ERL_COMPILE_FLAGS += $(ERL_INCLUDE)
# ----------------------------------------------------
# Targets