Files
chess_dragon/.cargo/config.toml
T
2026-06-12 19:31:44 -05:00

9 lines
178 B
TOML

# for Linux
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
# for Windows
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"