From 14db6cd63db0aa0f7a55e3d23700b888349a469c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 6 Oct 2016 00:24:43 +0200 Subject: Add temporary option HIPE=1 for compiling natively We'll see how it'll be done in the future. This should be good enough for experimenting for now. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3