switch to using mold linker

This commit is contained in:
Isse 2023-08-17 18:05:28 +02:00
parent aaa4740cd0
commit 72cb2a77fe

View File

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