|
|
@ -22,7 +22,7 @@ |
|
|
|
]}. |
|
|
|
|
|
|
|
{escript_name, rebar3}. |
|
|
|
{escript_emu_args, "%%! +sbtu +A0\n"}. |
|
|
|
{escript_emu_args, "%%! +sbtu +A1\n"}. |
|
|
|
%% escript_incl_extra is for internal rebar-private use only. |
|
|
|
%% Do not use outside rebar. Config interface is not stable. |
|
|
|
{escript_incl_extra, [{"relx/priv/templates/*", "_build/default/lib/"}, |
|
|
@ -78,4 +78,3 @@ |
|
|
|
{add, relx, [{erl_opts, [no_debug_info]}]}]} |
|
|
|
]} |
|
|
|
]}. |
|
|
|
|