Skip to content

Commit

Permalink
Pass --no_native option to dialyzer to improve dialyzing times
Browse files Browse the repository at this point in the history
Goes from 36s to 24s on my laptop.
  • Loading branch information
Loïc Hoguin committed Jan 31, 2012
1 parent e5aef5c commit e927a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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

0 comments on commit e927a82

Please sign in to comment.