소스 검색

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 12 년 전
부모
커밋
8b76d23aae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 파일 보기

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

불러오는 중...
취소
저장