webdog/.cargo/config.toml

4 lines
98 B
TOML
Raw Permalink Normal View History

2024-06-24 21:35:56 -07:00
[target.x86_64-pc-windows-msvc]
linker = "ld.lld.exe"
rustflags = ["-C", "link-arg=-fuse-ld=lld"]