26 lines
875 B
Plaintext
26 lines
875 B
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="-O2 -pipe -march=x86-64-v3"
|
|
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
|
|
|
|
# This sets the language of build output to English.
|
|
# Please keep this setting intact when reporting bugs.
|
|
LC_MESSAGES=C.UTF-8
|
|
|
|
USE="dist-kernel pulseaudio pipewire screencast -wayland"
|
|
VIDEO_CARDS="intel nouveau"
|
|
|
|
# "buildpkg" = generate binary packages upon install
|
|
# "binpkg-multi-instance" = keep only latest version, but support slotting
|
|
FEATURES="${FEATURES} -getbinpkg buildpkg binpkg-multi-instance"
|
|
|
|
BINPKG_FORMAT="gpkg"
|