osrs-prometheus-exporter/.cargo/config.toml

7 lines
211 B
TOML
Raw Normal View History

2023-04-06 16:29:46 +02:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[target.x86_64-unknown-linux-musl]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]