Skip to content

Commit

Permalink
Compile sql_pt early
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 7, 2017
1 parent 344a261 commit d8ace67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit d8ace67

Please sign in to comment.