portage-config/make.conf.euse_backup
2022-07-08 12:49:01 +05:30

30 lines
964 B
Text

# 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="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j5"
# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
GENTOO_MIRRORS="http://mirrors.aliyun.com/gentoo/ ftp://ftp.gwdg.de/pub/linux/gentoo/ rsync://ftp.gwdg.de/gentoo/"
FEATURES="ccache"
CACHE_DIR="/var/cache/ccache"
ACCEPT_LICENSE="@FREE @EULA @BINARY-REDISTRIBUTABLE"
USE="X elogind -systemd savedconfig libinput -gtk -gnome qt5 kde dvd alsa"
INPUT_DEVICES="libinput"
GRUB_PLATFORMS="efi-64"