Compile gen_mod early to help with undefined behaviour warnings

This commit is contained in:
Paweł Chmielowski 2016-05-05 16:37:25 +02:00 committed by Christophe Romain
parent e54400a8e4
commit 2ebdd8915e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
ezlib,
iconv]}}.
{erl_first_files, ["src/ejabberd_config.erl"]}.
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl"]}.
{erl_opts, [nowarn_deprecated_function,
{if_var_false, debug, no_debug_info},