mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
zstd USE flag, build sys-kernel/* with gcc except for kernel, firefox version bump
This commit is contained in:
parent
09df05c074
commit
e941e9ba5a
3 changed files with 6 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ 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"
|
||||
|
||||
USE="clang dist-kernel llvm-libunwind lto pulseaudio X -systemd -wayland"
|
||||
USE="clang dist-kernel llvm-libunwind lto pulseaudio X zstd -systemd -wayland"
|
||||
|
||||
PYTHON_TARGETS="python3_11 python3_12"
|
||||
PYTHON_SINGLE_TARGET="python3_11"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
www-client/firefox:rapid ~amd64
|
||||
|
||||
# dev-libs/nss ~amd64
|
||||
=dev-libs/nss-3.92 ~amd64
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
sys-kernel/* clang lld no-lto
|
||||
sys-kernel/gentoo-kernel clang lld no-lto
|
||||
sys-kernel/* gcc mold no-lto
|
||||
|
||||
sys-libs/efivar gcc mold no-lto
|
||||
sys-libs/glibc gcc mold no-lto
|
||||
|
||||
app-arch/unzip no-lto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue