diff options
| author | 2025-02-10 00:17:31 +0000 | |
|---|---|---|
| committer | 2025-02-10 00:17:31 +0000 | |
| commit | 3697cf96012982634868d7e845bbc844c77c9a9b (patch) | |
| tree | 6c01250431fdcbd414faa0fb5e9b2a4f3a64fe9e /dev-lang/rust/rust-1.75.0-r101.ebuild | |
| parent | profiles: mask Rust revisions that use ld.so.conf (diff) | |
| download | gentoo-3697cf96012982634868d7e845bbc844c77c9a9b.tar.gz gentoo-3697cf96012982634868d7e845bbc844c77c9a9b.tar.bz2 gentoo-3697cf96012982634868d7e845bbc844c77c9a9b.zip | |
dev-lang/rust: disable LTO by default for older Rusts too
We have to revbump for bug #949374 anyway so this is a good time to change
it.
Propagate the change we did in d7f3dfefc2ab978d5d38b50d1e061c4a530d85f8 for
older rusts accordingly.
Bug: https://bugs.gentoo.org/949374
Signed-off-by: Sam James <[email protected]>
Diffstat (limited to 'dev-lang/rust/rust-1.75.0-r101.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-1.75.0-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r101.ebuild b/dev-lang/rust/rust-1.75.0-r101.ebuild index f1541e7cfe0d..5bec96815fdf 100644 --- a/dev-lang/rust/rust-1.75.0-r101.ebuild +++ b/dev-lang/rust/rust-1.75.0-r101.ebuild @@ -44,7 +44,7 @@ ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY DirectX M68k SPIRV Xtensa ) LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" SLOT="${PV}" -IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind +lto miri nightly parallel-compiler rustfmt rust-analyzer rust-src 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 rustfmt rust-analyzer rust-src system-llvm test wasm ${ALL_LLVM_TARGETS[*]}" LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation |
