Current section

Files

Jump to
kvex rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{deps, [{sied, "0.2.9"}]}.
{ct_opts, []}.
{edoc_opts, [{preprocess, true}, {dir, "doc"}]}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all]}]},
{bench, [
{erl_opts, [debug_info]},
{src_dirs, ["src", "bench"]},
{shell, [{apps, [kvex]}]}
]}
]}.
{hex, [{doc, edoc}]}.