Fix "ldd" -> "lld" typo in docs

This commit is contained in:
Martin Hořeňovský 2019-10-20 20:57:55 +02:00
parent 4eea438b73
commit 1e379de9d7
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
`-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.