diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-05 10:12:54 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-05 10:12:54 -0500 |
| commit | 39efa9d37e9374023550a98b5dcb9dced682a8dd (patch) | |
| tree | b8b9272b11a1af2d6a1248ce1dd3513899e675b4 /rust | |
| parent | 06d1242317f7159ccf3014f0a1480e7c56236ebb (diff) | |
updates
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/dot-local/share/cargo/config.toml | 5 |
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" |
