vaporise/.cargo/config.toml

4 lines
97 B
TOML
Raw Normal View History

2024-03-21 22:00:35 +00:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=--ld-path=mold"]