aboutsummaryrefslogtreecommitdiff
path: root/rust/dot-local/share/cargo/config.toml
blob: b39742b2b52fed697e0523ddd42dc661f1426307 (plain)
1
2
3
4
5
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "opt-level=3", "-C", "target-cpu=native"]

[build]
rustc-wrapper = "sccache"