From 3e5bc6ba9a40a2414443f744bbae09c44a1e554d Mon Sep 17 00:00:00 2001 From: coast Date: Mon, 11 Aug 2025 11:46:10 +0330 Subject: [PATCH] suicide --- etc/portage/make.conf | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 29b87e4..7086c51 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -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"