We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d427d93 commit afcb0acCopy full SHA for afcb0ac
docs/development.md
@@ -157,13 +157,3 @@ When modifying commands, make sure to update both:
157
## Logs in tests
158
By default, logs are disabled in tests. To enable them, add `#[traced_test]`
159
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