Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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. CFLAGS="-O2 -pipe -march=native"
  6. CXXFLAGS="${CFLAGS}"
  7.  
  8. # NOTE: This stage was built with the bindist Use flag enabled
  9. PORTDIR="/usr/portage"
  10. DISTDIR="/usr/portage/distfiles"
  11. PKGDIR="/usr/portage/packages"
  12.  
  13. MAKEOPTS="-j4"
  14.  
  15. EMERGE_DEFAULT_OPTS="-j2"
  16.  
  17. # This sets the language of build output to English.
  18. # Please keep this setting intact when reporting bugs.
  19. LC_MESSAGES=C
  20.  
  21. USE="-qt5 -qt4 -gnome -ipv6 -systemd consolekit pulseaudio alsa \
  22. -introspection -bindist -bluetooth -sendmail offensive -branding \
  23. xinerama"
  24.  
  25. PYTHON_TARGETS="python2_7 python3_6"
  26. PYTHON_SINGLE_TARGET="python3_6"
  27.  
  28. INPUT_DEVICES="libinput"
  29. VIDEO_CARDS="nvidia"
  30. LLVM_TARGETS=""
  31.  
  32. GENTOO_MIRRORS="ftp://mirror.yandex.ru/gentoo-distfiles/ http://mirror.yandex.ru/gentoo-distfiles/"
  33.  
  34. GRUB_PLATFORMS="efi-64"
  35. XFCE_PLUGINS="clock"
  36. FEATURES="nostrip"
  37. CPU_FLAGS_X86="aes avx f16c fma3 fma4 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement