aboutsummaryrefslogtreecommitdiff
path: root/rust/dot-local/share
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-05 10:12:54 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-05 10:12:54 -0500
commit39efa9d37e9374023550a98b5dcb9dced682a8dd (patch)
treeb8b9272b11a1af2d6a1248ce1dd3513899e675b4 /rust/dot-local/share
parent06d1242317f7159ccf3014f0a1480e7c56236ebb (diff)
updates
Diffstat (limited to 'rust/dot-local/share')
-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"