docs/hacking: fix typo from LLD commit
Thank you horrors Change-Id: Id792cfd19efd3f99b55809cdaae420c06a6a6964
This commit is contained in:
@@ -147,7 +147,7 @@ The development shell on Linux uses LLD by default for faster link times.
|
||||
This is set using `mesonFlags`, so to override it, you can simplify re-specify the linker to Meson:
|
||||
|
||||
```bash
|
||||
$ just setup-custom -Dc_link_args=-fuse-ld=ld -Dc_link_args=-fuse-ld=ld
|
||||
$ just setup-custom -Dc_link_args=-fuse-ld=ld -Dcpp_link_args=-fuse-ld=ld
|
||||
```
|
||||
|
||||
While using LLD, you may find it helpful to use ThinLTO for even further improvements to link times for incremental builds:
|
||||
|
||||
Reference in New Issue
Block a user