suicide
This commit is contained in:
parent
b98ba405fa
commit
3e5bc6ba9a
1 changed files with 22 additions and 4 deletions
|
@ -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"
|
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}"
|
CFLAGS="${COMMON_FLAGS}"
|
||||||
CXXFLAGS="${COMMON_FLAGS}"
|
CXXFLAGS="${COMMON_FLAGS}"
|
||||||
FCFLAGS="${COMMON_FLAGS}"
|
FCFLAGS="${COMMON_FLAGS}"
|
||||||
FFLAGS="${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"
|
MAKEOPTS="-j8"
|
||||||
VIDEO_CARDS="intel nvidia"
|
|
||||||
|
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
|
LC_MESSAGES=C.utf8
|
||||||
BINPKG_GPG_HOMEDIR="/var/lib/portage/gnupg"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue