Staging
v0.5.1
https://github.com/python/cpython
Revision f2d2cb12f2d3bd68a13c4098311e725f776768ad authored by Miss Islington (bot) on 09 December 2018, 08:35:13 UTC, committed by GitHub on 09 December 2018, 08:35:13 UTC

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.
(cherry picked from commit f92c7aa1ae81efa475b5aecf66e4711ef0f52c4c)

Co-authored-by: stratakis <cstratak@redhat.com>
1 parent f83ee47
Raw File
Tip revision: f2d2cb12f2d3bd68a13c4098311e725f776768ad authored by Miss Islington (bot) on 09 December 2018, 08:35:13 UTC
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
Tip revision: f2d2cb1
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top