xartin

plasma gentoo 23.0 make.conf

Jul 17th, 2024 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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. RUSTFLAGS="-C target-cpu=native"
  11.  
  12. CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 vpclmulqdq"
  13.  
  14. MAKEOPTS="-j12"
  15.  
  16. # NOTE: This stage was built with the bindist Use flag enabled
  17. PORTDIR="/var/db/repos/gentoo"
  18. DISTDIR="/var/cache/distfiles"
  19. PKGDIR="/var/cache/binpkgs"
  20.  
  21. USE="10bit 12bit 7z 7zip aacplus aacs aio avif bash-completion bdplus
  22. bluetooth bluray brotli caps chromaprint cjk clang conntrack corefonts
  23. cryptsetup custom-cflags cxx device-mapper dist-kernel dns-over-tls
  24. dnssec dropbox eglfs faad ffmpeg fontconfig fortran googledrive heif
  25. hwloc idn inotify iproute2 ithreads joystick jpeg jpeg2k jpegxl json
  26. kerberos lame large-stack ldap libevent libkms libmpv lm-sensors
  27. lm_sensors lrz lz4 lzma lzo matroska mdnsresponder-compat mpi mpi-threads
  28. netlink networkmanager nftables nsplugin numpy nvenc offensive offload
  29. opencv opengl openssl openvdb opus osmesa pdfimport pgo pic pie png posix
  30. postproc pulseaudio python quicktime rar raw rtaudio samba secure-delete
  31. speex theora threads thunderbolt trayicon tty-helpers udf unzip upnp
  32. upnp-av usbredir uvm uxa v4l vaapi vdpau vkd3d vpx vulkan wifi x265
  33. zeroconf zip zstd -vlc"
  34.  
  35. VIDEO_CARDS="nvidia intel i915 amdgpu radeon radeonsi"
  36. INPUT_DEVICES="libinput"
  37. GRUB_PLATFORMS="efi-64"
  38. CURL_SSL="openssl"
  39.  
  40. LLVM_TARGETS="NVPTX"
  41. PHP_TARGETS="php8-2"
  42. RUBY_TARGETS="ruby32"
  43.  
  44. ABI_X86="64 32"
  45.  
  46. FEATURES="candy"
  47. PERL_FEATURES="ithreads"
  48. EMERGE_DEFAULT_OPTS="--with-bdeps y --complete-graph y"
  49. #FETCHCOMMAND="${FETCHCOMMAND} --limit-rate=80M"
  50. ACCEPT_LICENSE="*"
Add Comment
Please, Sign In to add comment