bevy-playground/.cargo/config.toml

5 lines
156 B
TOML
Raw Normal View History

2023-12-19 11:17:49 -06:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/nix/store/n6fa181ai5hxjd8dpa2qqhd4lql3475x-mold-2.4.0/bin/mold"]