summaryrefslogtreecommitdiffstats
path: root/host-kestrel/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'host-kestrel/make.conf')
-rw-r--r--host-kestrel/make.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/host-kestrel/make.conf b/host-kestrel/make.conf
new file mode 100644
index 0000000..e635080
--- /dev/null
+++ b/host-kestrel/make.conf
@@ -0,0 +1,29 @@
+COMMON_FLAGS="-march=native -O2 -pipe -flto"
+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 avx512_bf16 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vp2intersect avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 vpclmulqdq"
+
+DISTDIR="/var/portage/distfiles"
+PKGDIR="/var/portage/binpkgs"
+
+MAKEOPTS="-j32"
+
+PORT_LOGDIR="/var/log/portage/"
+PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="echo save:*"
+PORTAGE_COMPRESS=""
+
+EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 4 --load-average 8"
+
+VIDEO_CARDS="amdgpu radeonsi"
+
+FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log"
+
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C.utf8