Advertisement
feipo

make.conf

Jan 29th, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 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.  
  11. MAKEOPTS="-j12"
  12.  
  13. # NOTE: This stage was built with the bindist Use flag enabled
  14.  
  15. # This sets the language of build output to English.
  16. # Please keep this setting intact when reporting bugs.
  17. LC_MESSAGES=C
  18. L10N="en-US zh-CN en zh"
  19. LINGUAS="en_US zh_CN en zh"
  20.  
  21. # GRUB_PLATFORMS
  22. GRUB_PLATFORMS="efi-64"
  23.  
  24. # AMD/ATI GPU
  25. VIDEO_CARDS="amdgpu radeonsi"
  26.  
  27. USE="-wayland -bindist -systemd -gnome -gtk -kde -gnome-keyring pulseaudio cjk"
  28.  
  29. PORTDIR="/var/db/repos/gentoo"
  30. DISTDIR="/var/cache/distfiles"
  31. PKGDIR="/var/cache/binpkgs"
  32. PORTAGE_TMPDIR="/tmp"
  33.  
  34. INPUT_DEVICES="libinput synaptics"
  35.  
  36. GENTOO_MIRRORS="https://mirrors.ustc.edu.cn/gentoo/"
  37.  
  38.  
  39. EMERGE_DEFAULT_OPTS="--keep-going --with-bdeps=y"
  40.  
  41. CHOST="x86_64-pc-linux-gnu"
  42.  
  43. CPU_FLAGS_X86="aes avx avx2 avx512f avx512dq avx512cd avx512bw avx512vl avx512vbmi f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
  44.  
  45. #ccache
  46. FEATURES="ccache"
  47. CCACHE_DIR="/var/cache/ccache"
  48. CCACHE_SIZE="16G"
  49.  
  50. ACCEPT_LICENSE="*"
  51. ACCEPT_KEYWORDS="amd64"
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement