Files
2026-03-16 21:13:48 +01:00

5 lines
154 B
TOML

# Use rust-lld to avoid conflicts with Git's link command
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
rustflags = ["-C", "link-arg=-fuse-ld=lld"]