Current section

Files

Jump to
erldb rebar.config
Raw

rebar.config

{erl_opts, [debug_info, fail_on_warning]}.
{deps, [
{poolboy, "1.5.2"},
{mysql, "1.6.0"},
{dh_date, "1.0.0"},
{pmod_transform, "1.1.0"}
]}.
{xref_checks, [undefined_function_calls]}.