change linker from gold to lld

This commit is contained in:
Ben Wallis 2021-08-22 11:54:22 +01:00
parent e581acb0bc
commit 1c51f1fd0a

View File

@ -1,6 +1,6 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=gold",
"-C", "link-arg=-fuse-ld=lld",
]
[alias]