bevy-playground/.cargo/config.toml

4 lines
156 B
TOML
Raw Normal View History

2023-12-19 11:17:49 -06:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
2024-07-30 10:09:19 -05:00
rustflags = ["-C", "link-arg=-fuse-ld=/nix/store/46n1qljc0drdz4r2k9smxxb8kl79di25-mold-2.32.1/bin/mold"]