Current section

Files

Jump to
sfmt rebar.config
Raw

rebar.config

{deps, [
]}.
{erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,bin_opt_info,warn_missing_spec]}.
{pre_hooks,[{compile, "make"}]}.
{post_hooks,[{clean, "make clean"}]}.