build: Enable linking with lld

This commit is contained in:
Valentin Tolmer 2021-10-24 18:28:44 +09:00
parent 2b38afb22b
commit 00f4af1d3e

2
config.toml Normal file
View File

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