Advertisement
reaperhacknslash

make.conf

Feb 4th, 2024
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.95 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5. COMMON_FLAGS="-march=native -O2 -pipe"
  6. CFLAGS="${COMMON_FLAGS}"
  7. CXXFLAGS="${COMMON_FLAGS}"
  8. FCFLAGS="${COMMON_FLAGS}"
  9. FFLAGS="${COMMON_FLAGS}"
  10. MAKEOPTS="-j4"
  11. ACCEPT_LICENSE="*"
  12. ACCEPT_KEYWORDS="~amd64"
  13. VIDEO_CARDS="nvidia"
  14. # NOTE: This stage was built with the bindist Use flag enabled
  15. USE="abi_x86_32 mtp gvfs gtk3 pipewire-alsa sound-server modules python tools dbus dist-kernel alsa alsa-plugins networkmanager pulseaudio pipewire -gnome-online-accounts qt5 qt6 kde X gtk -gnome systemd"
  16. # This sets the language of build output to English.
  17. # Please keep this setting intact when reporting bugs.
  18. LC_MESSAGES=C.utf8
  19.  
  20.  
  21. GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo \
  22.    http://gentoo.mirrors.tera-byte.com/ \
  23.    rsync://mirrors.tera-byte.com/gentoo"
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement