This commit is contained in:
Tao Tien 2026-02-05 03:28:34 -08:00
parent d284043625
commit 669bdf16b7
4 changed files with 12 additions and 2 deletions

View file

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