blob: 35af1135a10790202194b1f90c4a8b194aa61d99 [file] [log] [blame]
%% Compiler Options ===========================================================
{erl_opts, [
warn_export_all,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard,
warn_unused_import,
warnings_as_errors,
debug_info
]}.
%% Misc =======================================================================
{clean_files, [".eunit", "ebin/*.beam", "test/*.beam"]}.