mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Add fast build config example
This commit is contained in:
parent
5975289f4c
commit
3f5e46f679
1 changed files with 3 additions and 0 deletions
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 a new issue