mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
22 lines
589 B
Text
22 lines
589 B
Text
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang -C link-arg=-fuse-ld=mold"
|
|
|
|
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line"
|
|
|
|
USE="dist-kernel llvm-libunwind lto zstd"
|
|
USE="${USE} pulseaudio"
|
|
USE="${USE} -cups -gpm -systemd" # -wayland
|
|
|
|
|
|
# PYTHON_TARGETS="python3_11 python3_12"
|
|
# PYTHON_SINGLE_TARGET="python3_11"
|
|
|
|
L10N="en en-GB de"
|
|
|
|
LC_MESSAGES=C.utf8
|
|
|
|
GENTOO_MIRRORS="\
|
|
rsync://ftp.fau.de/gentoo \
|
|
http://ftp.fau.de/gentoo \
|
|
rsync://ftp.halifax.rwth-aachen.de/gentoo \
|
|
http://ftp.halifax.rwth-aachen.de/gentoo \
|
|
"
|