Use lld for faster linking during build

This commit is contained in:
Jarrod Doyle 2023-04-07 19:43:18 +01:00
parent 3e001a930f
commit 54005f7c0a
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 2 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]