Packages

helper library for making Erlang libraries logging framework agnostic

Current section

Files

Jump to
hut rebar.config
Raw

rebar.config

%% -*- erlang -*-
{deps, []}.
{erl_opts,
[
debug_info,
fail_on_warning,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard
]}.