bpo-29766: Do not force --with-lto to true for --enable-optimizations… · python/cpython@1f29cef (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 1f29cef
authored and
committed
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6399,7 +6399,6 @@ if test "$Py_OPT" = 'true' ; then | ||
6399 | 6399 | # compile working code using it and both test_distutils and test_gdb are |
6400 | 6400 | # broken when you do managed to get a toolchain that works with it. People |
6401 | 6401 | # who want LTO need to use --with-lto themselves. |
6402 | - Py_LTO='true' | |
6403 | 6402 | DEF_MAKE_ALL_RULE="profile-opt" |
6404 | 6403 | REQUIRE_PGO="yes" |
6405 | 6404 | DEF_MAKE_RULE="build_all" |