Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[WIP] bpo-38350: pydebug now uses -O0 compiler flag#16544

Closed
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:pydebug_O0Copy head branch name to clipboard
Closed

[WIP] bpo-38350: pydebug now uses -O0 compiler flag#16544
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:pydebug_O0Copy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Oct 2, 2019

Copy link
Copy Markdown
Member

When using ./configure --with-pydebug, -O0 optimization level is now
used instead of -Og. In practice, -O0 provides a better debugging
experience in gdb than -Og.

https://bugs.python.org/issue38350

When using ./configure --with-pydebug, -O0 optimization level is now
used instead of -Og. In practice, -O0 provides a better debugging
experience in gdb than -Og.
@vstinner vstinner changed the title bpo-38350: pydebug now uses -O0 compiler flag [WIP] bpo-38350: pydebug now uses -O0 compiler flag Oct 3, 2019
@vstinner

vstinner commented Oct 3, 2019

Copy link
Copy Markdown
Member Author

I'm not sure that it's a good idea: see https://bugs.python.org/issue38350 discussion.

@vstinner vstinner closed this Jan 30, 2020
@vstinner vstinner deleted the pydebug_O0 branch January 30, 2020 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.