diff options
| author | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 20:54:14 -0400 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 20:58:30 -0400 |
| commit | 6331ffdbcd208f6165fd6a32087488be044694be (patch) | |
| tree | 3ca4a45a5d4116a7d133bc1b1d5497636557fc40 /src/doc/rustc-dev-guide | |
| parent | 3e02cacb225dd89878e5b324ffcfcd647d8fd1bc (diff) | |
| download | rust-6331ffdbcd208f6165fd6a32087488be044694be.tar.gz rust-6331ffdbcd208f6165fd6a32087488be044694be.zip | |
Use imprecise times, because the time to build depends on your computer
Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index 0c96545ca82..af6123e16a5 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -251,4 +251,4 @@ everything up then you only need to run one command! ``` `rm -rf build` works too, but then you have to rebuild LLVM, which can take -a long time (on the order of a half-hour). +a long time even on fast computers. |
