Very verify, verily

This commit is contained in:
R Tyler Croy 2020-01-08 12:03:45 -08:00
parent d02aa8f1b6
commit 97fe8920c1
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ reproduce the link time, and we all decided: _yes, this is way too slow_. One
suggestion was to try the CLANG linker, rather than use the default GNU `ld`
linker.
We were all independently able to very that using `lld` brought the link time
We were all independently able to verify that using `lld` brought the link time
from **10s** down to just around **3s**, which is a great improvement! This
change can be codified for Cargo for the snippet below: