From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Thu, 8 Sep 2016 22:42:45 +0000 (+0000) Subject: issue28032: never imply --with-lto as part of --with-optimizations. X-Git-Tag: v3.6.0b1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba7224f934165165e2ecdfcf0c1b467912e0e935;p=python 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. --- ba7224f934165165e2ecdfcf0c1b467912e0e935