This commit is contained in:
2025-12-07 14:52:38 +06:00
commit 59ec864b98
7 changed files with 202 additions and 0 deletions

25
binhost/make.conf Normal file
View File

@@ -0,0 +1,25 @@
# 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"