make.defaults 807 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2024 Gentoo Foundation.
  2. # Distributed under the terms of the GNU General Public License v2
  3. FEATURES="sandbox sfperms strict -collision-protect -news noauto noman nodoc noinfo"
  4. USE="-berkdb -man kms zram -nvme"
  5. CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3"
  6. CFLAGS="-O3 -mtune=bonnell -march=bonnell -msahf -mmovbe -mfxsr -mssse3 -mcx16 -g0 \
  7. -fdata-sections -ffunction-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack \
  8. --param l1-cache-size=24 --param l1-cache-line-size=64 --param l2-cache-size=512 -pipe \
  9. -fgraphite-identity -floop-nest-optimize -ftree-loop-distribution -fdevirtualize-at-ltrans -fno-plt"
  10. CXXFLAGS="${CFLAGS}"
  11. RUSTFLAGS="-C target-cpu=bonnell"
  12. VIDEO_CARDS="-* intel"
  13. INPUT_DEVICES="-* libinput"
  14. ALSA_CARDS="-* hda-intel usb-audio"