mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
updated on MG-Desktop
This commit is contained in:
parent
e941e9ba5a
commit
d5dc8e9fc8
15 changed files with 40 additions and 27 deletions
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue