portage-conf/make.conf/00common

22 lines
587 B
Text
Raw Normal View History

2024-08-03 11:06:44 +02: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-01 18:13:44 +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-05-11 12:51:23 +02:00
# PYTHON_TARGETS="python3_11 python3_12"
# PYTHON_SINGLE_TARGET="python3_11"
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="\
rsync://ftp.fau.de/gentoo \
2023-09-01 00:40:19 +02:00
http://ftp.fau.de/gentoo \
rsync://ftp.halifax.rwth-aachen.de/gentoo \
http://ftp.halifax.rwth-aachen.de/gentoo \
2023-07-16 23:27:48 +02:00
"