dotfiles/playbooks/roles/rust/files/config
Anthony Cicchetti 53c626fc14 sparse registry
2023-02-03 15:00:35 -05:00

13 lines
226 B
Text

[net]
git-fetch-with-cli = true
[profile.release]
lto = true
opt-level = 3
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[registries.crates-io]
protocol = "sparse"