Created
February 18, 2022 17:50
-
-
Save kborling/a7991144465ad382d8bde440a215d3de to your computer and use it in GitHub Desktop.
Portage make.conf
This file contains hidden or 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="-j4 -l4" | |
EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=4 --load-average=4" | |
PORTAGE_NICENESS=19 | |
PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" | |
FEATURES="binpkg-logs buildpkg cgroup collision-protect downgrade-backup ipc-sandbox network-sandbox parallel-fetch parallel-install sign" | |
ACCEPT_KEYWORDS="~amd64" | |
VIDEO_CARDS="nvidia" | |
INPUT_DEVICES="evdev synaptics" | |
USE="elogind -systemd -aqua -css -a52 -cjk -gnome -ldap -3df -berkdb \ | |
-clamav -coreaudio -ios -ipod -ieee1394 emacs -xemacs -motif \ | |
-emboss -3dfx -altivec -smartcard -ibm x xinerama -nls -nas \ | |
-neon -nntp -cups -quicktime nvidia -kde -qt5 -gtk" | |
# 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://www.gtlib.gatech.edu/pub/gentoo https://gentoo.ussg.indiana.edu/ https://gentoo.osuosl.org/ https://mirrors.rit.edu/gentoo/ https://mirror.sjc02.svwh.net/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/" | |
GRUB_PLATFORMS="efi-64" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment