This commit is contained in:
coast 2025-08-11 11:46:10 +03:30
parent b98ba405fa
commit 3e5bc6ba9a

View file

@ -1,10 +1,28 @@
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
#
#GENTOO_MIRRORS="https://ftp.linux.org.tr/gentoo/"
#
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}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j7"
USE="-gnome -openrc egl opengl abi_x86_32 pulseaudio pipewire dbus policykit udev -consolekit gtk qt5 qt6 plasma kde systemd -elogind widgets dist-kernel"
VIDEO_CARDS="intel nvidia"
MAKEOPTS="-j8"
USE="-kde -gnome -runit -systemd X wayland pipewire openrc pulseaudio opengl vulkan elogind -fish -vmware"
ACCEPT_LICENSE="*"
VIDEO_CARDS="nvidia intel"
LINGUA="en"
# NOTE: This stage was built with the bindist USE flag enabled
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C.utf8
BINPKG_GPG_HOMEDIR="/var/lib/portage/gnupg"