Skip to content

Commit

Permalink
fix typo "田间" ->“添加” (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkirin authored Aug 1, 2023
1 parent de11518 commit 78167a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/build-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Cargo 在单个工作区,共享其中所有包的构建工件。今天,Cargo 不会在不同的工作区共享构建结果,但使用第三方工具可以实现类似的结果,[sccache]

装置`sccache`,用`cargo install sccache`安装它,并在调用 Cargo 之前,设置`RUSTC_WRAPPER`环境变量成`sccache`。如果你使用 bash,更好是田间`export RUSTC_WRAPPER=sccache``.bashrc`文件。有关更多详细信息,请参阅 sccache 文档.
装置`sccache`,用`cargo install sccache`安装它,并在调用 Cargo 之前,设置`RUSTC_WRAPPER`环境变量成`sccache`。如果你使用 bash,更好是添加`export RUSTC_WRAPPER=sccache``.bashrc`文件。有关更多详细信息,请参阅 sccache 文档.

[sccache]: https://github.com/mozilla/sccache

0 comments on commit 78167a7

Please sign in to comment.