]> granicus.if.org Git - python/commit
bpo-31354: Let configure --with-lto work on all builds
authoroctaviansoldea <octavian.soldea@intel.com>
Fri, 8 Sep 2017 19:14:33 +0000 (12:14 -0700)
committerGregory P. Smith <greg@krypto.org>
Fri, 8 Sep 2017 19:14:33 +0000 (12:14 -0700)
commit4c81401b3a9ffa48fc9e1ffff9963cbad5111e33
tree9d55dc5abd1c0d6ae99657ae5dcce9ff1b8f00e9
parentb3ad0e5127bdeb6e506301e0d65403fa23c4177b
bpo-31354: Let configure --with-lto work on all builds

Allow configure --with-lto to apply to all builds, not just profile-opt builds.

Whether this is actually useful or not must be determined by the person
building CPython using their own toolchain.

My own quick test on x86_64 Debian 9 (gcc 6.3, binutils 2.28) seemed
to suggest that it wasn't, but I expect better toolchains can or will exist
at some point.  The point is to allow it at all.
Makefile.pre.in
Misc/NEWS.d/next/Build/2017-09-08-11-48-11.bpo-31354.4f-VJK.rst [new file with mode: 0644]
configure
configure.ac