Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8609915

Browse filesBrowse files
authored
doc: improve ccache explanation
ccache improves the build speed significantly only when the branch was built before. Building fresh branches with major changes are not benefited from ccache. PR-URL: #50133 Fixes: #49967 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 33c87ec commit 8609915
Copy full SHA for 8609915

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ export CC="ccache cc" # add to ~/.zshrc or other shell config file
543543
export CXX="ccache c++" # add to ~/.zshrc or other shell config file
544544
```
545545

546-
This will allow for near-instantaneous rebuilds even when switching branches.
546+
This will allow for near-instantaneous rebuilds when switching branches back
547+
and forth that were built with cache.
547548

548549
When modifying only the JS layer in `lib`, it is possible to externally load it
549550
without modifying the executable:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.