Skip to content

Commit 8891cd2

Browse files
Remove -flto-partition=none for Linux LTO builds
1 parent 7bb1e1a commit 8891cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ if test "$Py_LTO" = 'true' ; then
20312031
LTOCFLAGS="-flto"
20322032
;;
20332033
*)
2034-
LTOFLAGS="-flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none"
2034+
LTOFLAGS="-flto=auto -fuse-linker-plugin -ffat-lto-objects"
20352035
;;
20362036
esac
20372037
;;

0 commit comments

Comments
 (0)