mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 06:00:20 +00:00
fix error in fast build config
This commit is contained in:
parent
b965bfc116
commit
efbe794f7d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Rename this file to `config` to enable "fast build" configuration. Please read the notes below.
|
||||
|
||||
# NOTE: For maximum performance, build using a nightly compiler
|
||||
If you are using rust stable, remove the "-Zshare-generics=y" below.
|
||||
# If you are using rust stable, remove the "-Zshare-generics=y" below.
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "/usr/bin/clang"
|
||||
|
|
Loading…
Reference in a new issue