summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-04-18 10:51:21 -0700
committerGitHub <noreply@github.com>2018-04-18 10:51:21 -0700
commitc48435a09f4b43ef1cf59a8ff6157b223550437c (patch)
treea63310593350ad743a8a7d7cc04dcfe27bbb96b5 /bootstrap
parentcb743f76cbc26ac780066d285329e8a6c8330605 (diff)
parent497bc3b8de1d2952e5bed8d958d0d10e64ff77d0 (diff)
Merge pull request #1750 from ferd/rework-dialyzer-options
Make rebar3 work with dialyzer internally
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index bacde32..9675e1d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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).