Skip to content

Commit bd3ef2e

Browse files
committed
Disable LLD
With rust-lang/rust#124129, x64 linux switches to use LLD by default, but this causes dependency issues on NixOS. Disable LLD for now. This is tracked by rust-lang/rust#125321.
1 parent ebab352 commit bd3ef2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[env]
22
RUSTC_BOOTSTRAP = "1"
3+
4+
[build]
5+
rustflags = ["-Zlinker-features=-lld"]

0 commit comments

Comments
 (0)