Created
November 9, 2024 15:53
-
-
Save 0x61nas/fc56f9f18be176d08d294993d2e313f2 to your computer and use it in GitHub Desktop.
Portage make config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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="-j8" | |
#EMERGE_DEFAULT_OPTS="--jobs=8 --load-average=8" | |
VIDEO_CARDS="intel" | |
FEATURES="${FEATURES} getbinpkg" | |
ACCEPT_LICENSE="*" | |
GRUB_PLATFORMS="efi-64" | |
ACCEPT_KEYWORDS="~amd64" | |
USE="elogind dist-kernel btrfs -systemd -aqua -a52 -cjk -gnome -kde -emacs -xemacs -ibm -ios -ipod -smartcard -dvd -cdr cxx -css bidi asm pipewire pluseaudio wayland sway -cupsi zsh man -dvdr -gui crypt" | |
# 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 | |
GENTOO_MIRRORS="https://mirrors.mit.edu/gentoo-distfiles/ \ | |
rsync://mirrors.mit.edu/gentoo-distfiles/ \ | |
https://gentoo.osuosl.org/ \ | |
https://mirrors.rit.edu/gentoo/ \ | |
rsync://mirrors.rit.edu/gentoo/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment