Commit d70444b5 authored by Stefan Behnel's avatar Stefan Behnel

enable compile time DefNode call resolution for nested functions

parent ad0d9ada
......@@ -111,7 +111,7 @@ directive_defaults = {
'warn.unused_result': False,
# optimizations
'optimize.inline_defnode_calls': False,
'optimize.inline_defnode_calls': True,
# remove unreachable code
'remove_unreachable': True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment