diff options
author | Wolfgang Müller | 2024-03-23 13:00:22 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-23 17:03:16 +0100 |
commit | 9fd8b3825dc3a56b08ce51120f2e40be7320a1bd (patch) | |
tree | f529f1a2cd11f3e4ae4d570057c6be014f606bc9 /host-albatross | |
parent | 73050d528674a346bece495a47cfe87d043074db (diff) | |
download | portage-roles-9fd8b3825dc3a56b08ce51120f2e40be7320a1bd.tar.gz |
host-albatross: Enable lto USE flag
This is needed alongside -flto in COMMON_FLAGS.
Diffstat (limited to '')
-rw-r--r-- | host-albatross/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf index 9e8ef5b..c98a63d 100644 --- a/host-albatross/make.conf +++ b/host-albatross/make.conf @@ -3,6 +3,7 @@ CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" +USE="lto" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" |