summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-23 13:00:22 +0100
committerWolfgang Müller2024-03-23 17:03:16 +0100
commit9fd8b3825dc3a56b08ce51120f2e40be7320a1bd (patch)
treef529f1a2cd11f3e4ae4d570057c6be014f606bc9
parent73050d528674a346bece495a47cfe87d043074db (diff)
downloadportage-roles-9fd8b3825dc3a56b08ce51120f2e40be7320a1bd.tar.gz
host-albatross: Enable lto USE flag
This is needed alongside -flto in COMMON_FLAGS.
-rw-r--r--host-albatross/make.conf1
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"