From 39efa9d37e9374023550a98b5dcb9dced682a8dd Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Mon, 5 Jan 2026 10:12:54 -0500 Subject: updates --- rust/dot-local/share/cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust/dot-local/share/cargo/config.toml (limited to 'rust/dot-local/share/cargo') 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" -- cgit v1.2.3-71-gdd5e