Make ext_mod compile module with debug_info flags

This should fix issue #3472
This commit is contained in:
Paweł Chmielowski 2021-01-07 15:10:39 +01:00
parent d9588feae5
commit 9be3d948b2
1 changed files with 1 additions and 1 deletions

View File

@ -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")}