diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.76.0-r1.ebuild (renamed from dev-lang/rust/rust-1.76.0.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.76.0.ebuild b/dev-lang/rust/rust-1.76.0-r1.ebuild index 5c6cef79e27f..eb175488528c 100644 --- a/dev-lang/rust/rust-1.76.0.ebuild +++ b/dev-lang/rust/rust-1.76.0-r1.ebuild @@ -42,7 +42,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/(-)?} LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" -IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind +lto miri nightly parallel-compiler profiler rustfmt rust-analyzer rust-src system-bootstrap system-llvm test wasm ${ALL_LLVM_TARGETS[*]}" +IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto miri nightly parallel-compiler profiler rustfmt rust-analyzer rust-src system-bootstrap system-llvm test wasm ${ALL_LLVM_TARGETS[*]}" # Please keep the LLVM dependency block separate. Since LLVM is slotted, # we need to *really* make sure we're not pulling more than one slot @@ -469,7 +469,8 @@ src_configure() { deny-warnings = $(usex wasm $(usex doc false true) true) backtrace-on-ice = true jemalloc = false - lto = "$(usex lto fat off)" + # See https://github.com/rust-lang/rust/issues/121124 + lto = "$(usex lto thin off)" [dist] src-tarball = false compression-formats = ["xz"] |