diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-04-18 10:51:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 10:51:21 -0700 |
commit | c48435a09f4b43ef1cf59a8ff6157b223550437c (patch) | |
tree | a63310593350ad743a8a7d7cc04dcfe27bbb96b5 /bootstrap | |
parent | cb743f76cbc26ac780066d285329e8a6c8330605 (diff) | |
parent | 497bc3b8de1d2952e5bed8d958d0d10e64ff77d0 (diff) |
Merge pull request #1750 from ferd/rework-dialyzer-options
Make rebar3 work with dialyzer internally
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ main(_) -> code:add_pathsa(DepsPaths), rebar3:run(["clean", "-a"]), - rebar3:run(["escriptize"]), + rebar3:run(["as", "prod", "escriptize"]), %% Done with compile, can turn back on error logger error_logger:tty(true). |