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

4 lines
106 B
TOML
Raw 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"]