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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
45fc7d21
Commit
45fc7d21
authored
May 07, 2019
by
gsamain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Debugging Flag setting"
This reverts commit 5127550d84e09edb19e88110200b76a7767f797a.
parent
e09e0c6a
Changes
1
Show 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 @
45fc7d21
...
@@ -6,10 +6,10 @@ debug_coercion = 0
...
@@ -6,10 +6,10 @@ debug_coercion = 0
# Write comments into the C code that show where temporary variables
# Write comments into the C code that show where temporary variables
# are allocated and released.
# are allocated and released.
debug_temp_code_comments
=
1
debug_temp_code_comments
=
0
# Write a call trace of the code generation phase into the C code.
# 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.
# Do not replace exceptions with user-friendly error messages.
debug_no_exception_intercept
=
0
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