5 lines
154 B
TOML
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"]
|