Portage fixes

master
Nakidai 2024-03-26 13:52:14 +03:00
parent b4b0c3791d
commit 14d21cc778
Signed by: nakidai
GPG Key ID: 18AD605FDA13FE5A
1 changed files with 3 additions and 4 deletions

View File

@ -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/"