Advertisement
ajuzer

make.conf

Jun 2nd, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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 -fomit-frame-pointer"
  6. MAKEOPTS="-j5"
  7. CXXFLAGS="${CFLAGS}"
  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. # These are the USE and USE_EXPAND flags that were used for
  12. # buidling in addition to what is provided by the profile.
  13. USE="udev consolekit policykit dbus jpeg thunar X lm_sensors git alsa icu -gnome -qt4 -kde -minimal -hal -truetype -webkit -pulseaudio vaapi vdpau -steamruntime"
  14. CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 sse4_1 ssse3"
  15. PORTDIR="/usr/portage"
  16. DISTDIR="${PORTDIR}/distfiles"
  17. PKGDIR="${PORTDIR}/packages"
  18.  
  19. VIDEO_CARDS="intel i965 radeon"
  20.  
  21. XFCE_PLUGINS="brightness clock trash"
  22.  
  23. GENTOO_MIRRORS="http://mirrors.xservers.ro/gentoo/"
  24.  
  25. PYTHON_TARGETS="python2_7 python3_6"
  26. PYTHON_SINGLE_TARGET="python3_6"
  27.  
  28. GRUB_PLATFORMS="efi-64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement