Current section
Files
Jump to
Current section
Files
conduit_rabbit_common
rebar.config
rebar.config
{erl_first_files, [
"src/gen_server2.erl",
"src/supervisor2.erl",
"src/mirrored_supervisor.erl"
]}.
{erl_opts, [
debug_info,
compressed,
report,
warn_export_all,
warn_export_vars,
warn_shadow_vars,
warn_unused_function,
warn_deprecated_function,
warn_obsolete_guard,
warn_unused_import
]}.