enable 'optimize.inline_defnode_calls' in cystdlib.py build script
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 22 Dec 2012 08:09:13 +0000 (09:09 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 22 Dec 2012 08:09:13 +0000 (09:09 +0100)
Tools/cystdlib.py

index e9e5c1c..70452cc 100644 (file)
@@ -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',