bevy fast compilation
This commit is contained in:
parent
12f9b843ff
commit
9e48c3be1d
2 changed files with 6 additions and 0 deletions
3
client/.cargo/config.toml
Normal file
3
client/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue