2023-11-04 06:49:42 +03:00
|
|
|
# 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.
|
2024-03-25 21:51:13 +03:00
|
|
|
COMMON_FLAGS="-march=alderlake -mtune=native -O2 -pipe"
|
2023-11-04 06:49:42 +03:00
|
|
|
CFLAGS="${COMMON_FLAGS}"
|
|
|
|
CXXFLAGS="${COMMON_FLAGS} -mno-rdrnd"
|
|
|
|
FCFLAGS="${COMMON_FLAGS}"
|
|
|
|
FFLAGS="${COMMON_FLAGS}"
|
|
|
|
USE="-kde -gnome -bluetooth -systemd -nvidia -pipewire -jack -doc\
|
|
|
|
-telemetry -cuda\
|
|
|
|
X xorg elogind pulseaudio alsa cjk unicode tkip cli libcaca vulkan\
|
|
|
|
stack-realign modplug xinerama jpegxl" # vulkan layers vulkan-overlay zink shaders cube
|
|
|
|
|
|
|
|
PORTAGE_NICENESS="10"
|
|
|
|
MAKEOPTS="-j2"
|
|
|
|
# KEYWORDS=""
|
|
|
|
|
|
|
|
# This sets the language of build output to English.
|
|
|
|
# Please keep this setting intact when reporting bugs.
|
|
|
|
LC_MESSAGES=C.utf8
|
|
|
|
|
|
|
|
ACCEPT_LICENSE="*"
|
|
|
|
ACCEPT_KEYWORDS="**"
|
|
|
|
|
|
|
|
GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/"
|
|
|
|
|
|
|
|
GRUB_PLATFORMS="efi-64"
|
|
|
|
INPUT_DEVICES="libinput synaptics"
|
|
|
|
VIDEO_CARDS="amdgpu radeonsi"
|
|
|
|
|
|
|
|
FEATURES="ccache"
|
|
|
|
CCACHE_DIR="/var/cache/ccache"
|
|
|
|
QEMU_USER_TARGETS="x86_64 i386"
|
|
|
|
QEMU_SOFTMMU_TARGETS="i386 x86_64"
|