Compile sql_pt early

This commit is contained in:
Paweł Chmielowski 2017-12-07 10:47:23 +01:00
parent 344a2611f2
commit d8ace67a50
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@
eimp,
iconv]}}.
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl", "src/mod_muc_room.erl", "src/mod_push.erl"]}.
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",
"src/gen_mod.erl", "src/mod_muc_room.erl", "src/mod_push.erl"]}.
{erl_opts, [nowarn_deprecated_function,
{i, "include"},