Compile ejabberd_config early to stop undefined behaviour warnings

This commit is contained in:
Paweł Chmielowski 2016-03-04 11:32:23 +01:00
parent 9c3d57e63e
commit 304afd75ac
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
ezlib,
iconv]}}.
{erl_first_files, ["src/ejabberd_config.erl"]}.
{erl_opts, [nowarn_deprecated_function,
{if_var_false, debug, no_debug_info},
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},