aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b67631..4390a55 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,11 @@ PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
PROJECT_VERSION = 1.3.0
#ERLC_OPTS += +bin_opt_info
+ifdef HIPE
+ ERLC_OPTS += -smp +native
+ TEST_ERLC_OPTS += -smp +native
+endif
+
LOCAL_DEPS = crypto
DIALYZER_OPTS = -Werror_handling -Wunmatched_returns