Advertisement
symdrome

make.conf

Nov 17th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.12 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="-O2 -pipe"
  6. CFLAGS="${COMMON_FLAGS}"
  7. CXXFLAGS="${COMMON_FLAGS}"
  8. FCFLAGS="${COMMON_FLAGS}"
  9. FFLAGS="${COMMON_FLAGS}"
  10.  
  11. # NOTE: This stage was built with the bindist Use flag enabled
  12. PORTDIR="/var/db/repos/gentoo"
  13. DISTDIR="/var/cache/distfiles"
  14. PKGDIR="/var/cache/binpkgs"
  15.  
  16. # This sets the language of build output to English.
  17. # Please keep this setting intact when reporting bugs.
  18.  
  19. INPUT_DEVICES="libinput"
  20.  
  21. USE="X elogind initramfs policykit udisks pulseaudio python3_9 libnotify dbus amd64 xft cups foomaticdb ppds usb"
  22. # ABI_X86="(64)" PYTHON_TARGETS="pypy3 python3_10 python3_8 python3_9"
  23. USE="dist-kernel"
  24. ABI_X86="(64)"
  25.  
  26. LC_MESSAGES=C
  27.  
  28. VIDEO_CARDS="nvidia"
  29.  
  30. ACCEPT_KEYWORDS="~amd64"
  31. ACCEPT_LICENSE="-* @FREE"
  32. GRUB_PLATFORMS="efi-64"
  33.  
  34. QEMU_SOFTMMU_TARGETS="arm x86_64 sparc"
  35. QEMU_USER_TARGETS="x86_64"
  36.  
  37. # target-cpu=native is the equivalent of -march=native in C/CXXFLAGS:
  38. RUSTFLAGS="-C target-cpu=native"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement