solar-sim/.cargo/config.toml
2025-08-13 20:13:35 +09:00

9 lines
186 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"