◐ Shell
clean mode source ↗

bpo-46600: ./configure --with-pydebug uses -Og with clang by vstinner · Pull Request #31052 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 2 commits into

Feb 1, 2022

Conversation

Fix the test checking if the C compiler supports -Og option in the
./configure script to also use -Og on clang which supports it.

@vstinner

erlend-aasland

@vstinner

@erlend-aasland: Done, I added a second commit to use _SAVE_VAR/_RESTORE_VAR.

@pablogsal

This PR seems to have broken a bunch of buildbots. If no fix is provided in 24 hours, we will need to revert :(

@vstinner

This PR seems to have broken a bunch of buildbots. If no fix is provided in 24 hours, we will need to revert :(

Sure, the law is the law. I proposed a fix: GH-31058.