AngrySeaBone

make.conf

Dec 4th, 2020 (edited)
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # /etc/portage/make.conf
  2. # Please consult /usr/share/portage/config/make.conf.example
  3. COMMON_FLAGS="-march=native -O2 -pipe"
  4. CHOST="x86_64-pc-linux-gnu"
  5. CFLAGS="-O2 -march=znver1 -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. FCFLAGS="${COMMON_FLAGS}"
  8. FFLAGS="${COMMON_FLAGS}"
  9. MAKEOPTS="-j6 -l6"
  10. EMERGE_DEFAULT_OPTS="--jobs=6 --load-average=6"
  11. USE="-gnome -consolekit -systemd X qt4 qt5 kde alsa pulseaudio policykit udisks dbus elogind udev"
  12. VIDEO_CARDS="nvidia"
  13. INPUT_DEVICES="libinput"
  14. GRUB_PLATFORMS="efi-64"
  15.  
  16. # NOTE: This stage was built with the bindist Use flag enabled
  17. PORTDIR="/var/db/repos/gentoo"
  18. DISTDIR="/var/cache/distfiles"
  19. PKGDIR="/var/cache/binpkgs"
  20.  
  21. # This sets the language of build output to English.
  22. # Please keep this setting intact when reporting bugs.
  23. LC_MESSAGES=C
  24.  
  25.  
  26. GENTOO_MIRRORS="http://ftp.free.fr/mirrors/ftp.gentoo.org/ http://gentoo.modulix.net/gentoo/ http://gentoo.mirrors.ovh.net/gentoo-distfiles/ https://mirrors.soeasyto.com/distfiles.gentoo.org/ http://mirrors.soeasyto.com/distfiles.gentoo.org/ https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ https://mirror.netcologne.de/gentoo/ http://mirror.netcologne.de/gentoo/ https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ https://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ https://ftp.fau.de/gentoo http://ftp.fau.de/gentoo https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/"
  27.  
Add Comment
Please, Sign In to add comment