Skip to content

Commit 1f29cef

Browse files
hannoschgpshead
authored andcommitted
bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858)
This fixes a faulty backport to the Python 2.7 branch only of http://bugs.python.org/issue28032. Details in the bpo-29766.
1 parent 1626a47 commit 1f29cef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6399,7 +6399,6 @@ if test "$Py_OPT" = 'true' ; then
63996399
# compile working code using it and both test_distutils and test_gdb are
64006400
# broken when you do managed to get a toolchain that works with it. People
64016401
# who want LTO need to use --with-lto themselves.
6402-
Py_LTO='true'
64036402
DEF_MAKE_ALL_RULE="profile-opt"
64046403
REQUIRE_PGO="yes"
64056404
DEF_MAKE_RULE="build_all"

0 commit comments

Comments
 (0)