From 7aa3c7e15781e74c69942c02f22db3fd5a1a26af Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Mon, 27 Feb 2017 23:32:38 +0000 Subject: Don't drop debug info on default build Drop it only when generating relx escript. --- bootstrap.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.cmd') 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 -- cgit v1.2.3