Commit f6e027cd authored by Vitja Makarov's avatar Vitja Makarov

Compile FlowControl module

parent 31376840
...@@ -100,6 +100,7 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan ...@@ -100,6 +100,7 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
"Cython.Compiler.Parsing", "Cython.Compiler.Parsing",
"Cython.Compiler.Visitor", "Cython.Compiler.Visitor",
"Cython.Compiler.Code", "Cython.Compiler.Code",
"Cython.Compiler.FlowControl",
"Cython.Runtime.refnanny",] "Cython.Runtime.refnanny",]
if compile_more: if compile_more:
compiled_modules.extend([ compiled_modules.extend([
......
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