mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
21 lines
535 B
Text
21 lines
535 B
Text
RUSTFLAGS="-C target-cpu=native -C opt-level=3"
|
|
|
|
EMERGE_DEFAULT_OPTS="--autounmask-use=n"
|
|
|
|
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"
|
|
|
|
L10N="en en-GB de"
|
|
|
|
LC_MESSAGES=C.utf8
|
|
|
|
GENTOO_MIRRORS="\
|
|
http://tux.rainside.sk/gentoo/ \
|
|
rsync://ftp.halifax.rwth-aachen.de/gentoo \
|
|
http://ftp.halifax.rwth-aachen.de/gentoo \
|
|
rsync://ftp.fau.de/gentoo \
|
|
http://ftp.fau.de/gentoo \
|
|
"
|