Advertisement
AngrySeaBone

make.conf.workinprogress

Dec 7th, 2020 (edited)
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ##FLAGS##
  2. COMMON_FLAGS="-march=native -O2 -pipe"
  3. CFLAGS="${COMMON_FLAGS}"
  4. CXXFLAGS="${COMMON_FLAGS}"
  5. FCFLAGS="${COMMON_FLAGS}"
  6. FFLAGS="${COMMON_FLAGS}"
  7.  
  8. ##OPTS##
  9. MAKEOPTS="-j4 -l4"
  10.  
  11. ##USE##
  12. USE="-systemd -consolekit -gnome X acl kde qt5 alsa pulseaudio elogind udev dbus policykit udisks"
  13.  
  14. ##VIDEO## & ##INPUT##
  15. VIDEO_CARDS="nvidia"
  16. INPUT_DEVICES="evdev"
  17.  
  18. ##LANGUAGE##
  19. LC_MESSAGES=C
  20.  
  21. ##MIRRORS##
  22. GENTOO_MIRRORS="https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/
  23. http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/
  24. https://mirror.netcologne.de/gentoo/
  25. http://mirror.netcologne.de/gentoo/
  26. https://ftp.halifax.rwth-aachen.de/gentoo/
  27. http://ftp.halifax.rwth-aachen.de/gentoo/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement