mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
use gold linker instead of cc which is rust default for linux, which increases Compilcation by about 30%
This commit is contained in:
parent
4123de5842
commit
b44792c83d
4
.cargo/config
Normal file
4
.cargo/config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[target.x86_64-unknown-linux-gnu]
|
||||||
|
rustflags = [
|
||||||
|
"-C", "link-arg=-fuse-ld=gold",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user