mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Merge pull request #82 from tuncer/rebar-debug_info
rebar.config.script: fix debug_info handling
This commit is contained in:
commit
8fc5d86704
@ -30,9 +30,9 @@ Macros = lists:flatmap(
|
||||
|
||||
DebugInfo = case lists:keysearch(debug, 1, Cfg) of
|
||||
{value, {debug, true}} ->
|
||||
[debug_info];
|
||||
[];
|
||||
_ ->
|
||||
[]
|
||||
[no_debug_info]
|
||||
end,
|
||||
|
||||
HiPE = case lists:keysearch(hipe, 1, Cfg) of
|
||||
|
Loading…
Reference in New Issue
Block a user