updated on MG-Desktop

This commit is contained in:
Moritz Gmeiner 2023-09-01 00:40:19 +02:00
commit d5dc8e9fc8
15 changed files with 40 additions and 27 deletions

View file

@ -1,4 +1,4 @@
COMMON_FLAGS="-O2 -pipe -march=native -flto=full"
COMMON_FLAGS="-O2 -pipe -march=native -flto=thin"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
@ -29,13 +29,14 @@ LDFLAGS="${LDFLAGS} -fuse-ld=mold -flto"
LDFLAGS="${LDFLAGS} -rtlib=compiler-rt -unwindlib=libunwind"
# don't strip comment section of binaries
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line -R .note.gnu.gold-version"
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line"
USE="clang dist-kernel llvm-libunwind lto pulseaudio X zstd -systemd -wayland"
USE="clang dist-kernel llvm-libunwind lto pulseaudio zstd -gpm -gtk -systemd -wayland"
PYTHON_TARGETS="python3_11 python3_12"
PYTHON_SINGLE_TARGET="python3_11"
# USE="clang dist-kernel llvm-libunwind lto pulseaudio X zstd -systemd -wayland"
# PYTHON_TARGETS="python3_11 python3_12"
# PYTHON_SINGLE_TARGET="python3_11"
L10N="en en-GB de"
@ -43,7 +44,7 @@ LC_MESSAGES=C.utf8
GENTOO_MIRRORS="\
rsync://ftp.fau.de/gentoo \
rsync://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.fau.de/gentoo \
https://ftp.halifax.rwth-aachen.de/gentoo/ \
http://ftp.fau.de/gentoo \
rsync://ftp.halifax.rwth-aachen.de/gentoo \
http://ftp.halifax.rwth-aachen.de/gentoo \
"