magnetar/.cargo/config.toml

7 lines
149 B
TOML
Raw Normal View History

2023-05-19 00:18:26 +00:00
[registries.crates-io]
2023-11-03 12:17:53 +00:00
protocol = "sparse"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]