summaryrefslogtreecommitdiff
path: root/base/etc
diff options
context:
space:
mode:
Diffstat (limited to 'base/etc')
-rw-r--r--base/etc/portage/make.conf.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/etc/portage/make.conf.tmpl b/base/etc/portage/make.conf.tmpl
index 34f081a..35557a4 100644
--- a/base/etc/portage/make.conf.tmpl
+++ b/base/etc/portage/make.conf.tmpl
@@ -4,6 +4,7 @@ CFLAGS="${__COMMON_FLAGS}"
CXXFLAGS="${__COMMON_FLAGS}"
FCFLAGS="${__COMMON_FLAGS}"
FFLAGS="${__COMMON_FLAGS}"
+RUSTFLAGS="-C target-cpu=native"
FEATURES="buildpkg -binpkg-docompress binpkg-multi-instance parallel-install pkgdir-index-trusted"
MAKEOPTS="-j{{ salt.status.nproc() }} -l{{ salt.status.nproc() }}"
CPU_FLAGS_X86="{{ cpu_flags_x86 }}"