gentoo-dotfiles/make.conf
2024-12-21 22:16:13 +00:00

31 lines
1.1 KiB
Plaintext

# 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 -march=native -pipe"
MAKEOPTS="-j12"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
USE="dist-kernel gpg grub nouveau elogind eme-free X xinerama verify-sig -telemetry -dvd -cdr -plasma -gnome -gtk -qt5 -qt6 -ios -dvd -systemd -css -cjk -ldap -berkdb -clamav -coreaudio -ipod -emacs -xemacs -neon -smartcard -nls -quicktime -nas -cups"
ACCEPT_LICENSE="@FREE"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable before changing.
CHOST="x86_64-pc-linux-musl"
VIDEO_CARDS="nouveau"
# 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
GRUB_PLATFORMS="efi-64"
GENTOO_MIRRORS="https://mirrors.mit.edu/gentoo-distfiles/ \
https://gentoo.osuosl.org/"