This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5f3b7294af
veloren
/
.cargo
/
config
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove spaces in .cargo/config file
2020-07-06 06:36:24 +00:00
[target.x86_64-unknown-linux-gnu]
rustflags = [
use gold linker instead of cc which is rust default for linux, which increases Compilcation by about 30%
2019-11-21 13:11:22 +00:00
"-C", "link-arg=-fuse-ld=gold",
]
Remove spaces in .cargo/config file
2020-07-06 06:36:24 +00:00
Reference in New Issue
Copy Permalink