make.conf 759 B

123456789101112131415161718192021
  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="-O2 -march=znver3 -pipe"
  6. CFLAGS="${COMMON_FLAGS}"
  7. CXXFLAGS="${COMMON_FLAGS}"
  8. FCFLAGS="${COMMON_FLAGS}"
  9. FFLAGS="${COMMON_FLAGS}"
  10. MAKEOPTS="-j16 -l16"
  11. CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
  12. VIDEO_CARDS="nouveau"
  13. INPUT_DEVICES="libinput evdev mouse keyboard joystick"
  14. ACCEPT_LICENSE="-* @FREE"
  15. # NOTE: This stage was built with the bindist Use flag enabled
  16. # This sets the language of build output to English.
  17. # Please keep this setting intact when reporting bugs.
  18. LC_MESSAGES=C.utf8