aboutsummaryrefslogtreecommitdiff
path: root/rust/dot-local
diff options
context:
space:
mode:
Diffstat (limited to 'rust/dot-local')
-rw-r--r--rust/dot-local/share/cargo/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/dot-local/share/cargo/config.toml b/rust/dot-local/share/cargo/config.toml
new file mode 100644
index 0000000..b39742b
--- /dev/null
+++ b/rust/dot-local/share/cargo/config.toml
@@ -0,0 +1,5 @@
+[target.x86_64-unknown-linux-gnu]
+rustflags = ["-C", "opt-level=3", "-C", "target-cpu=native"]
+
+[build]
+rustc-wrapper = "sccache"