Created
August 25, 2022 05:16
-
-
Save theoparis/bd2bcb5aee224b4a6d4203929c963ba9 to your computer and use it in GitHub Desktop.
gentoo 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
JOBS="12" | |
COMMON_FLAGS="-march=native -O2 -pipe" | |
CFLAGS="${COMMON_FLAGS}" | |
CXXFLAGS="${COMMON_FLAGS}" | |
FCFLAGS="${COMMON_FLAGS}" | |
FFLAGS="${COMMON_FLAGS}" | |
MAKEOPTS="-j${JOBS} -l${JOBS}" | |
EMERGE_DEFAULT_OPTS="--jobs=${JOBS} --load-average=${JOBS}" | |
FEATURES="binpkg-logs buildpkg cgroup collision-protect downgrade-backup ipc-sandbox network-sandbox parallel-install sign" | |
PORTAGE_NICENESS=1 | |
ACCEPT_LICENSE="*" | |
ACCEPT_KEYWORDS="~amd64" | |
VIDEOCARDS="amdgpu nvidia" | |
USE="-gnome -kde -systemd -emacs -qt54 nvidia amdgpu X static-libs wps tui nvimpager vulkan wayland" | |
PORTDIR="/var/db/repos/gentoo" | |
DISTDIR="/var/cache/distfiles" | |
PKGDIR="/var/cache/binpkgs" | |
LC_MESSAGES=C | |
GRUB_PLATFORMS="efi-64" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment