From 14d21cc77871d280da5377b047482bdb7d54dd87 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 26 Mar 2024 13:52:14 +0300 Subject: [PATCH] Portage fixes --- portage/make.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 8aa4f70..3c01d35 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -2,9 +2,9 @@ # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. -COMMON_FLAGS="-march=alderlake -mtune=native -O2 -pipe" +COMMON_FLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe" CFLAGS="${COMMON_FLAGS}" -CXXFLAGS="${COMMON_FLAGS} -mno-rdrnd" +CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" USE="-kde -gnome -bluetooth -systemd -nvidia -pipewire -jack -doc\ @@ -13,7 +13,7 @@ USE="-kde -gnome -bluetooth -systemd -nvidia -pipewire -jack -doc\ stack-realign modplug xinerama jpegxl" # vulkan layers vulkan-overlay zink shaders cube PORTAGE_NICENESS="10" -MAKEOPTS="-j2" +MAKEOPTS="-j4" # KEYWORDS="" # This sets the language of build output to English. @@ -21,7 +21,6 @@ MAKEOPTS="-j2" LC_MESSAGES=C.utf8 ACCEPT_LICENSE="*" -ACCEPT_KEYWORDS="**" GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/"