como/.cargo/config.toml

4 lines
115 B
TOML
Raw Normal View History

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