Commit abea972d authored by Hanno Schlichting's avatar Hanno Schlichting Committed by Gregory P. Smith

[2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705)

See also 1f29cefc.  The configure.ac change was omitted from the earlier change...
parent 8092719e
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment