portage-conf/make.conf/00common

23 lines
631 B
Text
Raw Normal View History

2025-02-03 20:26:57 +01:00
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang -C link-arg=-fuse-ld=mold"
2023-09-01 00:40:19 +02:00
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line"
2023-07-16 23:27:48 +02:00
2023-10-09 11:32:50 +02:00
USE="dist-kernel llvm-libunwind lto zstd"
USE="${USE} pulseaudio"
2024-10-26 12:50:12 +02:00
USE="${USE} -cups -gpm -systemd -wayland"
2023-07-16 23:27:48 +02:00
2023-09-01 00:40:19 +02:00
2024-11-17 23:19:31 +01:00
PYTHON_TARGETS="python3_12 python3_13 python3_13t"
PYTHON_SINGLE_TARGET="python3_12"
2023-07-17 01:15:38 +02:00
L10N="en en-GB de"
2023-07-16 23:27:48 +02:00
LC_MESSAGES=C.utf8
GENTOO_MIRRORS="\
2025-03-09 17:35:48 +01:00
http://tux.rainside.sk/gentoo/ \
2023-09-01 00:40:19 +02:00
rsync://ftp.halifax.rwth-aachen.de/gentoo \
http://ftp.halifax.rwth-aachen.de/gentoo \
2025-03-09 17:35:48 +01:00
rsync://ftp.fau.de/gentoo \
http://ftp.fau.de/gentoo \
2023-07-16 23:27:48 +02:00
"