Commit 5b101d97 authored by Stefan Behnel's avatar Stefan Behnel

re-disable compilation for some Cython modules as they let the build take too long

parent 001c20cb
...@@ -92,10 +92,10 @@ def compile_cython_modules(profile=False): ...@@ -92,10 +92,10 @@ def compile_cython_modules(profile=False):
"Cython.Compiler.Parsing", "Cython.Compiler.Parsing",
"Cython.Compiler.Visitor", "Cython.Compiler.Visitor",
"Cython.Compiler.ParseTreeTransforms", "Cython.Compiler.ParseTreeTransforms",
"Cython.Compiler.Nodes", #"Cython.Compiler.Nodes",
"Cython.Compiler.ExprNodes", #"Cython.Compiler.ExprNodes",
"Cython.Compiler.ModuleNode", #"Cython.Compiler.ModuleNode",
"Cython.Compiler.Optimize", #"Cython.Compiler.Optimize",
"Cython.Runtime.refnanny"] "Cython.Runtime.refnanny"]
extensions = [] extensions = []
......
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