From c9c26ffdd953d5b56766183f61b2901de81564ee Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Fri, 14 Jul 2017 15:11:22 +0200 Subject: [PATCH] [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. See also 1f29cefc87c4c2ee629367ebe97a287d8e0b3e29. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 780f2758c839e3..feb7244b45c744 100644 --- a/configure.ac +++ b/configure.ac @@ -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"