Explorar el Código

Makefile: call Dialyzer with -nn flag

This speeds up 'make dialyzer' for the common case of Erlang/OTP built
without --enable-native-libs.
pull/3/head
Tuncer Ayaz hace 12 años
padre
commit
8b76d23aae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@ -24,7 +24,7 @@ dialyzer: dialyzer_warnings
@diff -U0 dialyzer_reference 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
binary: VSN = $(shell ./rebar -V)

Cargando…
Cancelar
Guardar