[Python-checkins] [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705)
Gregory P. Smith
webhook-mailer at python.org
Thu Sep 7 14:43:50 EDT 2017
https://github.com/python/cpython/commit/abea972d2881a1a04ec265f993bb9b56bbc7b224
commit: abea972d2881a1a04ec265f993bb9b56bbc7b224
branch: 2.7
author: Hanno Schlichting <hanno at hannosch.eu>
committer: Gregory P. Smith <greg at krypto.org>
date: 2017年09月07日T11:43:45-07:00
summary:
[2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705)
See also 1f29cefc87c4c2ee629367ebe97a287d8e0b3e29. The configure.ac change was omitted from the earlier change...
files:
M configure.ac
diff --git a/configure.ac b/configure.ac
index 344d9b03673..8a31cc87526 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"
More information about the Python-checkins
mailing list