mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
be209f24ff
Add no_debug_info option. Remove debug_info=1 option.
3 lines
101 B
Erlang
3 lines
101 B
Erlang
{app_bin, ["priv/rebar"]}.
|
|
{erl_opts, [fail_on_warning]}.
|
|
{xref_checks, [undefined_function_calls]}.
|