mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
removed lto from RUSTFLAGS as it does not work
This commit is contained in:
parent
8011430c1b
commit
819923e8e8
3 changed files with 1 additions and 9 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue