mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add .toml
extension to .cargo/config_fast_builds
(#11506)
# Objective `config_fast_builds` has no highlighting. ## Solution Add `.toml` extension to `.cargo/config_fast_builds` so it has highlighting
This commit is contained in:
parent
02bf4efe64
commit
98087139a1
1 changed files with 6 additions and 6 deletions
|
@ -11,16 +11,16 @@ rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
||||||
# `brew install llvm`
|
# `brew install llvm`
|
||||||
[target.x86_64-apple-darwin]
|
[target.x86_64-apple-darwin]
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C",
|
"-C",
|
||||||
"link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld",
|
"link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld",
|
||||||
"-Zshare-generics=y",
|
"-Zshare-generics=y",
|
||||||
]
|
]
|
||||||
|
|
||||||
[target.aarch64-apple-darwin]
|
[target.aarch64-apple-darwin]
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C",
|
"-C",
|
||||||
"link-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld",
|
"link-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld",
|
||||||
"-Zshare-generics=y",
|
"-Zshare-generics=y",
|
||||||
]
|
]
|
||||||
|
|
||||||
[target.x86_64-pc-windows-msvc]
|
[target.x86_64-pc-windows-msvc]
|
Loading…
Reference in a new issue