readded RUSTFLAGS to make.conf; added lto to chromium flags

This commit is contained in:
Moritz Gmeiner 2023-10-29 15:55:58 +01:00
commit 6217f21e42
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C lto=thin -C linker=clang -C link-arg=-fuse-ld=mold"
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line"
# clang llvm-libunwind

View file

@ -2,4 +2,4 @@ sys-libs/zlib minizip
net-libs/nodejs inspector
www-client/chromium custom-cflags qt6
www-client/chromium custom-cflags lto qt6