mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Compile gen_mod early to help with undefined behaviour warnings
This commit is contained in:
parent
e54400a8e4
commit
2ebdd8915e
@ -68,7 +68,7 @@
|
|||||||
ezlib,
|
ezlib,
|
||||||
iconv]}}.
|
iconv]}}.
|
||||||
|
|
||||||
{erl_first_files, ["src/ejabberd_config.erl"]}.
|
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl"]}.
|
||||||
|
|
||||||
{erl_opts, [nowarn_deprecated_function,
|
{erl_opts, [nowarn_deprecated_function,
|
||||||
{if_var_false, debug, no_debug_info},
|
{if_var_false, debug, no_debug_info},
|
||||||
|
Loading…
Reference in New Issue
Block a user