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"