Commit c7792c1f authored by Stefan Behnel's avatar Stefan Behnel
parent d1b9dda7
......@@ -139,7 +139,7 @@ def compile_cython_modules(profile=False, coverage=False, compile_minimal=False,
defines = []
if cython_with_refnanny:
defines.append(('CYTHON_REFNANNY', '1'))
if coverage:
if coverage:
defines.append(('CYTHON_TRACE', '1'))
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