Hyprland-gentoo/portage/make.conf

33 lines
991 B
Plaintext
Raw Permalink Normal View History

2024-09-14 10:42:47 -04:00
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
COMMON_FLAGS="-march=native -O2 -pipe -flto ${WARNING_FLAGS}"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
PORTAGE_TMPDIR="/tmp"
ACCEPT_LISENCE="@FREE"
ACCEPT_KEYWORDS="amd64"
VIDEO_CARDS="intel"
USE="wayland cjk pipewire pulseaudio zstd zsh-completion vulkan dbus lto -kde -gnome -initramfs"
L10N="zh-CN"
CAMERAS="canon"
# NOTE: This stage was built with the bindist Use flag enabled
#MAKEOPTS="-j1"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C.utf8
RUBY_SINGLE_TARGET="ruby32"