Add fast build config example
This commit is contained in:
parent
5975289f4c
commit
3f5e46f679
3
.cargo/config_fast_builds
Normal file
3
.cargo/config_fast_builds
Normal file
@ -0,0 +1,3 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "/usr/bin/clang"
|
||||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
Loading…
Reference in New Issue
Block a user