Guest User

make.conf

a guest
Feb 19th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 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="-march=native -O2 -pipe -fno-stack-protector -fomit-frame-pointer"
  6. CXXFLAGS="${CFLAGS}"
  7.  
  8. # WARNING: Changing your CHOST is not something that should be done lightly.
  9. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  10. CHOST="x86_64-pc-linux-gnu"
  11.  
  12. # These are the USE flags that were used in addition to what is provided by the
  13. # profile used for building.
  14. ###
  15. USE="X acpi clang nls gtk gtk3 opengl opencl fuse pango gnome alsa pulseaudio vdpau vaapi branding gpm gdm png jpeg aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -bindist -kde -qt -qt4 -qt5 -fortran -wayland"
  16. ###
  17. CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  18. MAKEOPTS='-j5'
  19. ACCEPT_KEYWORDS='~amd64'
  20. ACCEPT_LICENSE='*'
  21. INPUT_DEVICES="libinput"
  22. VIDEO_CARDS="nvidia"
  23. LINGUAS="ru en eu_EU en_US"
  24. L10N="ru en ru-RU en-US"
  25.  
  26. CCACHE_SIZE="8G"
  27.  
  28. PORTDIR="/usr/portage"
  29. DISTDIR="${PORTDIR}/distfiles"
  30. PKGDIR="${PORTDIR}/packages"
  31.  
  32. FEATURES='buildsyspkg candy clean-logs downgrade-backup unmerge-backup fakeroot metadata-transfer news parallel-fetch parallel-install userfetch userpriv ccache'
  33. GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ http://gentoo.bloodhost.ru/ http://www.gtlib.gatech.edu/pub/gentoo"
  34. EMERGE_DEFAULT_OPTS="--ask=y --verbose=y --quiet-build=y"
Advertisement
Add Comment
Please, Sign In to add comment