mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Makefile: call Dialyzer with -nn flag
This speeds up 'make dialyzer' for the common case of Erlang/OTP built without --enable-native-libs.
This commit is contained in:
parent
720d71e47d
commit
8b76d23aae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ dialyzer: dialyzer_warnings
|
||||||
@diff -U0 dialyzer_reference dialyzer_warnings
|
@diff -U0 dialyzer_reference dialyzer_warnings
|
||||||
|
|
||||||
dialyzer_warnings:
|
dialyzer_warnings:
|
||||||
-@dialyzer -q -n ebin -Wunmatched_returns -Werror_handling \
|
-@dialyzer -q -nn -n ebin -Wunmatched_returns -Werror_handling \
|
||||||
-Wrace_conditions > dialyzer_warnings
|
-Wrace_conditions > dialyzer_warnings
|
||||||
|
|
||||||
binary: VSN = $(shell ./rebar -V)
|
binary: VSN = $(shell ./rebar -V)
|
||||||
|
|
Loading…
Reference in a new issue