From f82cca45721cdd77c2f419ddd6938bafd63db60f Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 1 Mar 2025 17:00:43 +0100 Subject: host-noddy: Add profile for noddy --- host-noddy/make.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 host-noddy/make.conf (limited to 'host-noddy/make.conf') diff --git a/host-noddy/make.conf b/host-noddy/make.conf new file mode 100644 index 0000000..2c25e17 --- /dev/null +++ b/host-noddy/make.conf @@ -0,0 +1,29 @@ +COMMON_FLAGS="-O2 -pipe -march=alderlake -mabm -mno-cldemote -mno-kl -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native" + +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 ssse3 vpclmulqdq" + +DISTDIR="/var/portage/distfiles" +PKGDIR="/var/portage/binpkgs" + +MAKEOPTS="-j12" + +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 2 --load-average 4" + +VIDEO_CARDS="intel" + +INSTALL_MASK="/usr/share/bash-completion" +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 -- cgit v1.2.3-2-gb3c3