|
@ -12,9 +12,8 @@ |
|
|
{escript_emu_args, "%%! +sbtu +A0\n"}. |
|
|
{escript_emu_args, "%%! +sbtu +A0\n"}. |
|
|
%% escript_incl_extra is for internal rebar-private use only. |
|
|
%% escript_incl_extra is for internal rebar-private use only. |
|
|
%% Do not use outside rebar. Config interface is not stable. |
|
|
%% Do not use outside rebar. Config interface is not stable. |
|
|
{escript_incl_extra, [{"_build/default/lib/relx/priv/templates/*", "."}, |
|
|
|
|
|
{"priv/templates/*", "."}, |
|
|
|
|
|
{"rebar/include/*", "."}]}. |
|
|
|
|
|
|
|
|
{escript_incl_extra, [{"relx/priv/templates/*", "_build/default/lib/"}, |
|
|
|
|
|
{"rebar/priv/templates/*", "_build/default/lib/"}]}. |
|
|
|
|
|
|
|
|
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, |
|
|
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, |
|
|
no_debug_info, |
|
|
no_debug_info, |
|
|