mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Removed irrelevant note for Mac users (#2017)
The removed comment talks about something in the file that no longer exists.
This commit is contained in:
parent
fcf8fafa71
commit
3f4d50bab9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Add the contents of this file to `config.toml` 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 (as well as "-Csplit-debuginfo=unpacked" when building on macOS).
|
||||
# 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