Commit 9d79c06d authored by Stefan Behnel's avatar Stefan Behnel

enable cleanup code generation in test runner

parent c166a176
......@@ -701,7 +701,7 @@ if __name__ == '__main__':
from Cython.Compiler import Errors
Errors.LEVEL = 0 # show all warnings
from Cython.Compiler import Options
#Options.generate_cleanup_code = 3 # complete cleanup code
Options.generate_cleanup_code = 3 # complete cleanup code
from Cython.Compiler import DebugFlags
DebugFlags.debug_temp_code_comments = 1
......
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