Browse Source

Remove -Wrace_conditions from dialyzer call

This option has a bug that crashes dialyzer in R15B02. See:

    http://erlang.org/pipermail/erlang-questions/2012-September/069046.html
Seth Falcon 12 years ago
parent
commit
217c1e6ac2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ test:
 	@./rebar eunit skip_deps=true
 
 dialyzer: all
-	@dialyzer -Wrace_conditions -Wunderspecs -r ebin
+	@dialyzer -Wunderspecs -r ebin
 
 doc:
 	@./rebar doc skip_deps=true