mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Make ext_mod compile module with debug_info flags
This should fix issue #3472
This commit is contained in:
parent
d9588feae5
commit
9be3d948b2
@ -570,7 +570,7 @@ compile_result(Results) ->
|
|||||||
end.
|
end.
|
||||||
|
|
||||||
compile_options() ->
|
compile_options() ->
|
||||||
[verbose, report_errors, report_warnings, ?ALL_DEFS]
|
[verbose, report_errors, report_warnings, debug_info, ?ALL_DEFS]
|
||||||
++ [{i, filename:join(app_dir(App), "include")}
|
++ [{i, filename:join(app_dir(App), "include")}
|
||||||
|| App <- [fast_xml, xmpp, p1_utils, ejabberd]]
|
|| App <- [fast_xml, xmpp, p1_utils, ejabberd]]
|
||||||
++ [{i, filename:join(mod_dir(Mod), "include")}
|
++ [{i, filename:join(mod_dir(Mod), "include")}
|
||||||
|
Loading…
Reference in New Issue
Block a user