diff options
author | Wolfgang Müller | 2025-02-27 11:04:00 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-27 11:04:00 +0100 |
commit | bac25e2b7b83e7a1842db5817f15031485c46ea9 (patch) | |
tree | 55b19771d548354407fbca646a521f4a47e4d2b9 | |
parent | 671d575d9b278e7b7c6c9e22f6d8c15bd9001d7b (diff) | |
download | portage-roles-bac25e2b7b83e7a1842db5817f15031485c46ea9.tar.gz |
host-albatross: Set native RUSTFLAGS in make.conf
-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 c98a63d..e876b45 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}" +RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native" 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" |