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

Pass --no_native option to dialyzer to improve dialyzing times

Goes from 36s to 24s on my laptop.
Loïc Hoguin 13 лет назад
Родитель
Сommit
e927a8228b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -29,8 +29,8 @@ build-plt:
 		--apps kernel stdlib sasl inets crypto public_key ssl
 
 dialyze:
-	@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt -Werror_handling \
-		-Wrace_conditions -Wunmatched_returns # -Wunderspecs
+	@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt --no_native \
+		-Werror_handling -Wrace_conditions -Wunmatched_returns # -Wunderspecs
 
 docs:
 	@$(REBAR) doc skip_deps=true