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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9e1073..059ca90 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Building To build relx and generate a standalone escript executable: $ ./rebar3 update - $ ./rebar3 escriptize + $ ./rebar3 as escript escriptize This creates the executable `_build/default/bin/relx`. -- cgit v1.2.3