mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Fix "ldd" -> "lld" typo in docs
This commit is contained in:
parent
4eea438b73
commit
1e379de9d7
@ -50,7 +50,7 @@ more sections in that test case and must run the test case again.
|
|||||||
Compiling Catch2 with MinGW can be exceedingly slow, especially during
|
Compiling Catch2 with MinGW can be exceedingly slow, especially during
|
||||||
the linking step. As far as we can tell, this is caused by deficiencies
|
the linking step. As far as we can tell, this is caused by deficiencies
|
||||||
in its default linker. If you can tell MinGW to instead use lld, via
|
in its default linker. If you can tell MinGW to instead use lld, via
|
||||||
`-fuse-ld=ldd`, the link time should drop down to reasonable length
|
`-fuse-ld=lld`, the link time should drop down to reasonable length
|
||||||
again.
|
again.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user