34 lines
1.2 KiB
Plaintext
34 lines
1.2 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="-O2 -pipe -march=x86-64-v3"
|
|
CFLAGS="${COMMON_FLAGS}"
|
|
CXXFLAGS="${COMMON_FLAGS}"
|
|
FCFLAGS="${COMMON_FLAGS}"
|
|
FFLAGS="${COMMON_FLAGS}"
|
|
# RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native"
|
|
MAKEOPTS="-j16 -l16"
|
|
EMERGE_DEFAULT_OPTS="--jobs=10 --load-average=15.0 --with-bdeps=y"
|
|
SAMUFLAGS="-j16 -l16"
|
|
|
|
# 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 -ipc-sandbox -network-sandbox -pid-sandbox binpkg-signing"
|
|
ACCEPT_LICENSE="*"
|
|
|
|
BINPKG_FORMAT="gpkg"
|
|
|
|
# gpg
|
|
BINPKG_GPG_SIGNING_GPG_HOME="/root/.gnupg"
|
|
BINPKG_GPG_SIGNING_KEY="0x2D74807D22E7B8551ADAABD44DD2AD0F96276ABF"
|