From 9fd8b3825dc3a56b08ce51120f2e40be7320a1bd Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 23 Mar 2024 13:00:22 +0100 Subject: host-albatross: Enable lto USE flag This is needed alongside -flto in COMMON_FLAGS. --- host-albatross/make.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3-2-gb3c3