summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-12-22 09:09:13 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-12-22 09:09:13 +0100
commit49d8b5a24bd618c47d36d2c9f8d5a39dd8427417 (patch)
treef114343549a097570875e352d098c9cad85fa960 /Tools
parent870b96a507adedcdb938abf05a4fe5544abe8a25 (diff)
downloadcython-49d8b5a24bd618c47d36d2c9f8d5a39dd8427417.tar.gz
enable 'optimize.inline_defnode_calls' in cystdlib.py build script
Diffstat (limited to 'Tools')
-rw-r--r--Tools/cystdlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/cystdlib.py b/Tools/cystdlib.py
index e9e5c1cbe..70452cc81 100644
--- a/Tools/cystdlib.py
+++ b/Tools/cystdlib.py
@@ -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',