mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +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:
parent
e5aef5c1d7
commit
e927a8228b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -29,8 +29,8 @@ build-plt:
|
||||||
--apps kernel stdlib sasl inets crypto public_key ssl
|
--apps kernel stdlib sasl inets crypto public_key ssl
|
||||||
|
|
||||||
dialyze:
|
dialyze:
|
||||||
@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt -Werror_handling \
|
@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt --no_native \
|
||||||
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
|
-Werror_handling -Wrace_conditions -Wunmatched_returns # -Wunderspecs
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
@$(REBAR) doc skip_deps=true
|
@$(REBAR) doc skip_deps=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue