docs/hacking: fix typo from LLD commit

Thank you horrors

Change-Id: Id792cfd19efd3f99b55809cdaae420c06a6a6964
This commit is contained in:
Qyriad
2025-11-27 12:58:07 +00:00
parent b92c85848f
commit 94c9b43b4a
+1 -1
View File
@@ -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: