move to external cargo config
This commit is contained in:
parent
43a3c2df5b
commit
4311082a72
6 changed files with 17 additions and 6 deletions
|
|
@ -3,7 +3,8 @@ rr = "run --release"
|
|||
|
||||
[build]
|
||||
target = "x86_64-unknown-linux-gnu"
|
||||
rustc-wrapper = "${pkgs.sccache}/bin/sccache"
|
||||
# rustc-wrapper = "${pkgs.sccache}/bin/sccache"
|
||||
rustc-wrapper = "path/to/sccache"
|
||||
rustflags = ["-Z", "threads=8"]
|
||||
|
||||
[unstable]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue