profile: enable lto during bootstrapping

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-25 22:54:18 -04:00
parent 8bf4fc3f58
commit 8940aa9f93
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -46,7 +46,7 @@ USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon g
USE="${USE} python_targets_python3_11"
BOOTSTRAP_USE="${BOOTSTRAP_USE} cet openmp"
BOOTSTRAP_USE="${BOOTSTRAP_USE} cet lto openmp"
PORTAGE_BZIP2_COMMAND="lbzip2"
PORTAGE_BUNZIP2_COMMAND="lbunzip2"