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

compile Tempita

parent b41d9ae3
...@@ -104,6 +104,7 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan ...@@ -104,6 +104,7 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
"Cython.Compiler.Visitor", "Cython.Compiler.Visitor",
"Cython.Compiler.FlowControl", "Cython.Compiler.FlowControl",
"Cython.Compiler.Code", "Cython.Compiler.Code",
"Cython.Tempita.__init__",
"Cython.Runtime.refnanny", "Cython.Runtime.refnanny",
# "Cython.Compiler.FusedNode", # "Cython.Compiler.FusedNode",
] ]
......
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