diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2017-09-07 18:43:45 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2017-09-07 18:43:45 (GMT) |
commit | abea972d2881a1a04ec265f993bb9b56bbc7b224 (patch) | |
tree | 4e2d67a8f3cc3903864f84f94a3ea3ef4b7c581d | |
parent | 8092719e932e2a8ab8009b6c0e735530812b7fb7 (diff) | |
download | cpython-abea972d2881a1a04ec265f993bb9b56bbc7b224.zip cpython-abea972d2881a1a04ec265f993bb9b56bbc7b224.tar.gz cpython-abea972d2881a1a04ec265f993bb9b56bbc7b224.tar.bz2 |
[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...
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 344d9b0..8a31cc8 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" |