Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
a8c7dca0
Commit
a8c7dca0
authored
Aug 19, 2010
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unset debug flags.
We really need to make these enabled by command line flags...
parent
173eebf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Cython/Compiler/DebugFlags.py
Cython/Compiler/DebugFlags.py
+2
-2
No files found.
Cython/Compiler/DebugFlags.py
View file @
a8c7dca0
debug_disposal_code
=
0
debug_temp_alloc
=
1
debug_temp_alloc
=
0
debug_coercion
=
0
# Write comments into the C code that show where temporary variables
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment