37 lines
1.0 KiB
Plaintext
37 lines
1.0 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.
|
|
COMMON_FLAGS="-march=native -O2 -pipe"
|
|
CFLAGS="${COMMON_FLAGS}"
|
|
CXXFLAGS="${COMMON_FLAGS}"
|
|
FCFLAGS="${COMMON_FLAGS}"
|
|
FFLAGS="${COMMON_FLAGS}"
|
|
|
|
RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native"
|
|
|
|
# NOTE: This stage was built with the bindist USE flag enabled
|
|
PORTAGE_TMPDIR="/tmp"
|
|
|
|
ACCEPT_LISENCE="@FREE @BINARY-REDISTRIBUTABLE"
|
|
ACCEPT_KEYWORDS="amd64"
|
|
|
|
VIDEO_CARDS="amdgpu radeonsi"
|
|
|
|
USE="wayland cjk pipewire pulseaudio zstd zsh-completion vulkan dbus lto pgo -kde -gnome -initramfs"
|
|
L10N="en zh en-US zh-CN"
|
|
LINGUAS="en en_US zh zh_CN"
|
|
|
|
MAKEOPTS="-j12"
|
|
|
|
GRUB_PLATFORMS="efi-64"
|
|
PYTHON_TARGETS="python3_12 python3_13"
|
|
PYTHON_SINGLE_TARGET="python3_12"
|
|
|
|
# This sets the language of build output to English.
|
|
# Please keep this setting intact when reporting bugs.
|
|
LC_MESSAGES=C.utf8
|
|
|
|
|
|
GENTOO_MIRRORS="${GENTOO_MIRRORS} https://distfiles.gentoocn.org"
|