bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
When using link time optimizations, the -flto flag is passed to BASECFLAGS, which makes it propagate to distutils. Those flags should be reserved for the interpreter and the stdlib extension modules only, thus moving those flags to CFLAGS_NODIST.
S
stratakis committed
f92c7aa1ae81efa475b5aecf66e4711ef0f52c4c
Parent: e63e617
Committed by Victor Stinner <vstinner@redhat.com>
on 12/4/2018, 2:54:01 PM