mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
switch to using mold linker
This commit is contained in:
parent
aaa4740cd0
commit
72cb2a77fe
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user