Skip to content

Commit

Permalink
dialyzer: add statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuett committed Nov 24, 2016
1 parent 1c4f70d commit 471dea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Copyright 2007-2016 Zuse Institute Berlin
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -584,7 +585,7 @@ doc: .make-doc
docs: doc java-doc

dialyzer: compile
$(DIALYZER) @DIALYZER_FLAGS@ $(DIALYZER_FLAGS) -Wunmatched_returns -I include/ -I contrib/yaws/include/ -I contrib/log4erl/include/ --src -c src src/*/ test --no_native
$(DIALYZER) @DIALYZER_FLAGS@ $(DIALYZER_FLAGS) -Wunmatched_returns -Wunknown -I include/ -I contrib/yaws/include/ -I contrib/log4erl/include/ --src -c src src/*/ test --no_native --statistics

dialyzer-col:
$(MAKE) dialyzer | sed -f contrib/dialyzer-col.sed
Expand Down

0 comments on commit 471dea2

Please sign in to comment.