creddy/src-tauri/.cargo/config.toml

8 lines
184 B
TOML
Raw Permalink Normal View History

2022-12-28 18:16:06 +00:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]
2023-04-24 05:29:12 +00:00
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]