]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (...
authorHanno Schlichting <hanno@hannosch.eu>
Thu, 7 Sep 2017 18:43:45 +0000 (20:43 +0200)
committerGregory P. Smith <greg@krypto.org>
Thu, 7 Sep 2017 18:43:45 +0000 (11:43 -0700)
See also 1f29cefc87c4c2ee629367ebe97a287d8e0b3e29.  The configure.ac change was omitted from the earlier change...

configure.ac

index 344d9b0367334363452019e78adea369cc9047ac..8a31cc87526341d20fd1d66ad0f61f7b2a748c86 100644 (file)
@@ -1383,7 +1383,6 @@ if test "$Py_OPT" = 'true' ; then
   # compile working code using it and both test_distutils and test_gdb are
   # broken when you do managed to get a toolchain that works with it.  People
   # who want LTO need to use --with-lto themselves.
-  Py_LTO='true'
   DEF_MAKE_ALL_RULE="profile-opt"
   REQUIRE_PGO="yes"
   DEF_MAKE_RULE="build_all"