CPython's build-details.json should expose the extension compiler flags required or recommended by the interpreter build, including PEP 831's frame-pointer choice. This gives generic build backends and tools such as cibuildwheel a supported alternative to copying the complete sysconfig CFLAGS value.
Context: python/peps#5074 (comment)
Linked PRs
CPython's
build-details.jsonshould expose the extension compiler flags required or recommended by the interpreter build, including PEP 831's frame-pointer choice. This gives generic build backends and tools such as cibuildwheel a supported alternative to copying the completesysconfigCFLAGSvalue.Context: python/peps#5074 (comment)
Linked PRs