Commit 49d8b5a2 authored by Stefan Behnel's avatar Stefan Behnel

enable 'optimize.inline_defnode_calls' in cystdlib.py build script

parent 870b96a5
......@@ -35,6 +35,7 @@ default_directives = dict(
auto_cpdef=False, # enable when it's safe, see long list of failures below
binding=True,
set_initial_path='SOURCEFILE')
default_directives['optimize.inline_defnode_calls'] = True
special_directives = [
(['pkgutil.py',
......
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