make.conf # 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. #COMMON_FLAGS="-O2 -pipe" #CFLAGS="${COMMON_FLAGS}" #CXXFLAGS="${COMMON_FLAGS}" #FCFLAGS="${COMMON_FLAGS}" #FFLAGS="${COMMON_FLAGS}" # 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 # Флаги компилятора, используемые для всех языков COMMON_FLAGS="-march=skylake -O2 -pipe" # Используйте те же настройки для обеих переменных CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native" #MAKEOPTS="--jobs=16 --load-average=7" MAKEOPTS="-j8 -l5" # Extremely low priority (per above) PORTAGE_SCHEDULING_POLICY="idle" # Lowest priority PORTAGE_NICENESS="19" PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=8 --load-average=4 --verbose --keep-going " GENTOO_MIRRORS="ftp://mirror.mephi.ru/gentoo-distfiles/ \ rsync://mirror.mephi.ru/gentoo-distfiles/" # Appending getbinpkg to the list of values within the FEATURES variable #FEATURES="${FEATURES} getbinpkg" # Require signatures #FEATURES="${FEATURES} binpkg-request-signature" ACCEPT_LICENSE="*" L10N="ru en-US" USE="nls dist-kernel -kde -qt5 -qt6 wayland X gtk thunderbolt bluetooth icu -pulseaudio pipewire" GRUB_PLATFORMS="efi-64" BINPKG_FORMAT = "gpkg"