mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fix "ldd" -> "lld" typo in docs
This commit is contained in:
		@@ -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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user