mirror of
https://github.com/bevyengine/bevy
synced 2025-02-09 18:53:56 +00:00
9 lines
No EOL
359 B
Text
9 lines
No EOL
359 B
Text
[target.x86_64-unknown-linux-gnu]
|
|
linker = "/usr/bin/clang"
|
|
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
|
|
|
# NOTE: you must manually install lld on windows. you can easily do this with the "scoop" package manager:
|
|
# `scoop install llvm`
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "lld-link.exe"
|
|
rustflags = ["-Clinker=lld", "-Zshare-generics=y"] |