rebar/rebar.config
Tuncer Ayaz be209f24ff Make debug_info default
Add no_debug_info option.
Remove debug_info=1 option.
2011-03-30 11:19:37 +02:00

3 lines
101 B
Erlang

{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.
{xref_checks, [undefined_function_calls]}.