Просмотр исходного кода

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.
Loïc Hoguin 8 лет назад
Родитель
Сommit
14db6cd63d
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      Makefile

+ 5 - 0
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