Re-disable debug_trace_code_generation
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 16 Jul 2010 15:37:28 +0000 (08:37 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 16 Jul 2010 15:37:28 +0000 (08:37 -0700)
Cython/Compiler/DebugFlags.py

index 19aa3ca2b222ecf2ee02fde05bd03bcf2e7c02a5..d6d52189437a03b80c76443274e963ec4a9fb1cb 100644 (file)
@@ -7,7 +7,7 @@ debug_coercion = 0
 debug_temp_code_comments = 0
 
 # Write a call trace of the code generation phase into the C code
-debug_trace_code_generation = 1
+debug_trace_code_generation = 0
 
 # Do not replace exceptions with user-friendly error messages
 debug_no_exception_intercept = 0