%% -*- erlang -*-
{deps,
 [
	{hut, "1.2.0"}
 ]}.

{erl_opts, [debug_info, fail_on_warning, nowarn_export_all]}.

{pre_hooks,
 [
	{"(linux)", compile, "make -C c_src OUTPUT_OPTION=\"-DDLOG_DEFAULT=DLOG_INFO\""}
 ]}.

{post_hooks,
 [
	{"(linux)", clean, "make -C c_src clean"}
 ]}.

{xref_checks,
 [
	undefined_function_calls, undefined_functions, locals_not_used,
	deprecated_function_calls, deprecated_functions
 ]}.
