vaporise/.cargo/config.toml
2024-03-21 22:00:35 +00:00

4 lines
97 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=--ld-path=mold"]