• stratakis's avatar
    bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) · cf10a750
    stratakis yazdı
    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.
    cf10a750