diff options
author | Eric B Merritt <[email protected]> | 2013-04-05 16:55:39 -0700 |
---|---|---|
committer | Eric B Merritt <[email protected]> | 2013-04-05 16:55:39 -0700 |
commit | 1bfb30ac4a7dffd42316b137ab5b86d5817aff40 (patch) | |
tree | baeea4d5ff0d4ed6492d825e36a40c78aca83c4a | |
parent | 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c (diff) | |
download | relx-1bfb30ac4a7dffd42316b137ab5b86d5817aff40.tar.gz relx-1bfb30ac4a7dffd42316b137ab5b86d5817aff40.tar.bz2 relx-1bfb30ac4a7dffd42316b137ab5b86d5817aff40.zip |
Revert "Hopefully force dialyzer to produce output"
This reverts commit 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,11 +77,11 @@ test: compile eunit ct $(DEPS_PLT): @echo Building local plt at $(DEPS_PLT) @echo - dialyzer --statistics --output_plt $(DEPS_PLT) --build_plt \ + dialyzer --output_plt $(DEPS_PLT) --build_plt \ --apps erts kernel stdlib -r deps dialyzer: $(DEPS_PLT) - dialyzer --statistics --fullpath --plt $(DEPS_PLT) -I include -Wrace_conditions -r ./ebin + dialyzer --fullpath --plt $(DEPS_PLT) -I include -Wrace_conditions -r ./ebin typer: typer --plt $(DEPS_PLT) -r ./src |