This commit is contained in:
Tao Tien 2025-10-24 17:36:00 -07:00
parent 98b6210742
commit 1bdad0a6fc
3 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@ d = "doc --no-deps --open"
[build]
target = "x86_64-unknown-linux-gnu"
# rustc-wrapper = "${pkgs.sccache}/bin/sccache"
rustc-wrapper = "/path/to/sccache"
# rustc-wrapper = "/path/to/sccache"
rustflags = ["-Zthreads=0"]
[unstable]