This commit is contained in:
Tao Tien 2025-12-07 00:40:55 -08:00
parent cbc9ee5b18
commit 7cb15daa78
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ d = "doc --no-deps --open"
[build]
target = "x86_64-unknown-linux-gnu"
built-dir = "/home/tao/.cache/cargo/target"
build-dir = "/home/tao/.cache/cargo/target"
rustflags = ["-Z", "threads=8"]
rustc-wrapper = "/path/to/sccache"