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
Gwenaël Samain
cython
Commits
5127550d
Commit
5127550d
authored
Dec 28, 2018
by
Boxiang Sun
Committed by
gsamain
Apr 30, 2019
7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugging Flag setting
parent
d66aa0f9
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 @
5127550d
...
...
@@ -6,10 +6,10 @@ debug_coercion = 0
# Write comments into the C code that show where temporary variables
# are allocated and released.
debug_temp_code_comments
=
0
debug_temp_code_comments
=
1
# Write a call trace of the code generation phase into the C code.
debug_trace_code_generation
=
0
debug_trace_code_generation
=
1
# Do not replace exceptions with user-friendly error messages.
debug_no_exception_intercept
=
0
...
...
Gwenaël Samain
@gsamain
mentioned in commit
8a76428e
·
May 15, 2019
mentioned in commit
8a76428e
mentioned in commit 8a76428e998ab6aac51814b4b34e59cff2fcad1b
Toggle commit list
Gwenaël Samain
@gsamain
mentioned in commit
45fc7d21
·
Jul 09, 2019
mentioned in commit
45fc7d21
mentioned in commit 45fc7d216eb9c57b505df524b6ee71f4e65ef3cb
Toggle commit list
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