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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
[crossdev]
|
||||
location = /var/db/repos/crossdev
|
||||
priority = 10
|
||||
masters = gentoo
|
||||
auto-sync = no
|
||||
Loading…
Add table
Add a link
Reference in a new issue