Files
Hyprland-gentoo/portage/make.conf
2024-11-03 20:46:45 -05:00

35 lines
1.1 KiB
Plaintext

# 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"
# NOTE: This stage was built with the bindist USE flag enabled
PORTAGE_TMPDIR="/tmp"
ACCEPT_LISENCE="@FREE"
ACCEPT_KEYWORDS="amd64"
VIDEO_CARDS="intel amdgpu radeonsi"
USE="wayland cjk pipewire pulseaudio zstd zsh-completion vulkan dbus lto pgo -kde -gnome -initramfs"
L10N="zh-CN"
# NOTE: This stage was built with the bindist Use flag enabled
MAKEOPTS="-j4"
GRUB_PLATFORMS="efi-64"
# 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"