Skip to content

Instantly share code, notes, and snippets.

@theoparis
Created August 25, 2022 05:16
Show Gist options
  • Save theoparis/bd2bcb5aee224b4a6d4203929c963ba9 to your computer and use it in GitHub Desktop.
Save theoparis/bd2bcb5aee224b4a6d4203929c963ba9 to your computer and use it in GitHub Desktop.
gentoo make.conf
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