removed lto from RUSTFLAGS as it does not work

This commit is contained in:
Moritz Gmeiner 2023-11-10 18:41:04 +01:00
commit 819923e8e8
3 changed files with 1 additions and 9 deletions

View file

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

View file

@ -13,9 +13,6 @@ sys-devel/binutils no-lto
app-arch/unzip no-lto
dev-util/maturin no-lto
dev-libs/libvterm gcc mold
dev-libs/libtermkey gcc mold
dev-libs/libtomcrypt clang mold no-lto

View file

@ -1,5 +0,0 @@
[crossdev]
location = /var/db/repos/crossdev
priority = 10
masters = gentoo
auto-sync = no