From 1e379de9d7522b294e201700dcbb36d4f8037301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 20 Oct 2019 20:57:55 +0200 Subject: [PATCH] Fix "ldd" -> "lld" typo in docs --- docs/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/limitations.md b/docs/limitations.md index c7a7733c..65483b87 100644 --- a/docs/limitations.md +++ b/docs/limitations.md @@ -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.