{erl_opts, [
	debug_info,
	warn_export_all,
	warn_export_vars,
	warn_shadow_vars,
	warn_obsolete_guard
]}.

{deps, []}.

{profiles, [
    {eqc, [{erl_opts, [{d, 'EQC_TESTING'}, debug_info, nowarn_export_all]} ]},
    {test, [{erl_opts, [nowarn_export_all, debug_info]} ]}
    
] }.
