]> granicus.if.org Git - python/commit
issue28032: never imply --with-lto as part of --with-optimizations.
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Thu, 8 Sep 2016 22:44:44 +0000 (22:44 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Thu, 8 Sep 2016 22:44:44 +0000 (22:44 +0000)
commit9cbfa79111e7152231556a21af90a220b72ed086
tree05797a1fdfcbf508d2c27182b5285aacdc63397b
parenta661009e3752365925a7131bda684d18dcd232ff
issue28032: never imply --with-lto as part of --with-optimizations.

Too many build tool chains do not properly support it, including building
and linking an executable fine that simply segfaults when you try to run
it (such as debian jessie 8.5's gcc 4.9).  On others where it does appear
to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb
failures to deal with.

We're not going to spend time attempting to maintain a complicated white list
of what does and doesn't work in our configure.ac file.
README
configure
configure.ac