bpo-33990: Add CPPFLAGS during ./configure when customizing the compiler in distutils by ericvw · Pull Request #7997 · python/cpython
Add a test case to ensure that `CPPFLAGS`, `CFLAGS`, and `LDSHARED` flags captured during `./configure` are present when customizing the compiler (for Unix).
Since preprocessor flags may be specified via `CPPFLAGS` instead of `CFLAGS` during `./configure`, ensure that the `CPPFLAGS` are added to the appropriate executables when customizing the compiler via `sysconfig`.
ericvw
deleted the
distutils-cppflags
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters