0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Pass --no_native option to dialyzer to improve dialyzing times

Goes from 36s to 24s on my laptop.
This commit is contained in:
Loïc Hoguin 2012-01-31 08:49:25 +01:00
parent e5aef5c1d7
commit e927a8228b

View file

@ -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