mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-26 05:12:29 +00:00
change linker from gold to lld
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-fuse-ld=gold",
|
||||
"-C", "link-arg=-fuse-ld=lld",
|
||||
]
|
||||
|
||||
[alias]
|
||||
|
Reference in New Issue
Block a user