Skip to content

Commit afcb0ac

Browse files
committed
Remove mention of LLD for faster compilation
LLD is now used by default on x64 Linux.
1 parent d427d93 commit afcb0ac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/development.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,3 @@ When modifying commands, make sure to update both:
157157
## Logs in tests
158158
By default, logs are disabled in tests. To enable them, add `#[traced_test]`
159159
on top of the test function.
160-
161-
## Faster compilation
162-
Bors has a lot of dependencies and can be fairly slow to compile. If you want to improve compilation speed, you could use a faster linker, e.g. LLD.
163-
164-
To do that, install it (e.g. using `sudo apt install lld`) and then put this:
165-
```toml
166-
[build]
167-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
168-
```
169-
into `.cargo/config.toml`.

0 commit comments

Comments
 (0)