SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 9 Python

bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)

When compiling 3rd party C extensions, the linker flags used by the
compiler for the interpreter and the stdlib modules, will get
leaked into distutils. In order to avoid that, the PY_CORE_LDFLAGS
and PY_LDFLAGS_NODIST are introduced to keep those flags separated.
S
stratakis committed
cf10a750f4b50b6775719cfb17bee00bc3a9c60b
Parent: 55cc345
Committed by Victor Stinner <vstinner@redhat.com> on 12/19/2018, 5:19:01 PM