aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.cmd
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2017-02-27 23:32:38 +0000
committerLuis Rascao <[email protected]>2017-03-11 10:38:08 +0000
commit7aa3c7e15781e74c69942c02f22db3fd5a1a26af (patch)
tree8bce266b189d587c32313d7a8047d705b8571771 /bootstrap.cmd
parent87faa210dd6a5589ff86a9cc6992a413022feea7 (diff)
downloadrelx-7aa3c7e15781e74c69942c02f22db3fd5a1a26af.tar.gz
relx-7aa3c7e15781e74c69942c02f22db3fd5a1a26af.tar.bz2
relx-7aa3c7e15781e74c69942c02f22db3fd5a1a26af.zip
Don't drop debug info on default build
Drop it only when generating relx escript.
Diffstat (limited to 'bootstrap.cmd')
-rw-r--r--bootstrap.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.cmd b/bootstrap.cmd
index 4deb2a3..1bbd00d 100644
--- a/bootstrap.cmd
+++ b/bootstrap.cmd
@@ -3,7 +3,7 @@
:: Get dependencies, compile and escriptize relx
@cmd /c @rebar3 update
-@cmd /c @rebar3 escriptize
+@cmd /c @rebar3 as escript escriptize
:: Create a shortcut file for running the relx command
@set relx_cmd=relx.cmd