From: Stefan Behnel Date: Fri, 26 Nov 2010 15:54:05 +0000 (+0100) Subject: re-disable compilation for some Cython modules as they let the build take too long X-Git-Tag: 0.14.alpha0~58 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5b101d97f0e3da09cd7178612f7475881437dc45;p=cython.git re-disable compilation for some Cython modules as they let the build take too long --- diff --git a/setup.py b/setup.py index e8e24b53..10214078 100644 --- a/setup.py +++ b/setup.py @@ -92,10 +92,10 @@ def compile_cython_modules(profile=False): "Cython.Compiler.Parsing", "Cython.Compiler.Visitor", "Cython.Compiler.ParseTreeTransforms", - "Cython.Compiler.Nodes", - "Cython.Compiler.ExprNodes", - "Cython.Compiler.ModuleNode", - "Cython.Compiler.Optimize", + #"Cython.Compiler.Nodes", + #"Cython.Compiler.ExprNodes", + #"Cython.Compiler.ModuleNode", + #"Cython.Compiler.Optimize", "Cython.Runtime.refnanny"] extensions = []