diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index fca8d19e2..966b746c1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -%%%------------------------------------------------------------------- +%------------------------------------------------------------------- %%% @author Evgeniy Khramtsov <ekhramtsov@process-one.net> %%% @copyright (C) 2013-2016, Evgeniy Khramtsov %%% @doc @@ -65,6 +65,7 @@ {erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl"]}. {erl_opts, [nowarn_deprecated_function, + {i, "include"}, {i, "deps/fast_xml/include"}, {if_var_false, debug, no_debug_info}, {if_var_true, debug, debug_info}, {if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}}, |