Skip to content

Commit 46ed8de

Browse files
committed
Rust's default linker just became lld
1 parent e127559 commit 46ed8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/development/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are looking to develop Zed collaboration features using a local collabora
2222

2323
### Linkers {#linker}
2424

25-
On most Linux distributions, the default linker is GNU ld. Newer linkers, especially [Wild](https://github.com/davidlattimore/wild) and [Mold](https://github.com/rui314/mold) can significantly improve clean and incremental build time.
25+
On Linux, Rust's default linker is [LLVM's `lld`](.https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/). Alternative linkers, especially [Wild](https://github.com/davidlattimore/wild) and [Mold](https://github.com/rui314/mold) can significantly improve clean and incremental build time.
2626

2727
At present Zed uses Mold in CI because it's more mature. For local development Wild is recommended because it's 5-20% faster than Mold.
2828

0 commit comments

Comments
 (0)