build: Enable linking with lld

This commit is contained in:
Valentin Tolmer
2021-10-24 18:28:44 +09:00
committed by nitnelave
parent d423c64d57
commit 63f4bf95d2

2
config.toml Normal file
View File

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