mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Make ext_mod compile module with debug_info flags
This should fix issue #3472
This commit is contained in:
parent
d9588feae5
commit
9be3d948b2
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ compile_result(Results) ->
|
|||
end.
|
||||
|
||||
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")}
|
||||
|| App <- [fast_xml, xmpp, p1_utils, ejabberd]]
|
||||
++ [{i, filename:join(mod_dir(Mod), "include")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue