mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Commentary: sccache
This commit is contained in:
parent
6bf253deda
commit
14ac24cacc
@ -29,7 +29,7 @@ associated programs.
|
||||
.. option:: OBJCACHE
|
||||
|
||||
Optionally specifies a caching or distribution program to place in front
|
||||
of all runs of the C++ compiler. For example, "ccache". If using
|
||||
of all runs of the C++ compiler. For example, "ccache" or "sccache". If using
|
||||
:command:`distcc` or :command:`icecc`/:command:`icecream`, they would
|
||||
generally be run under :command:`ccache`; see the documentation for
|
||||
those programs. If OBJCACHE is not set, and at configure time ccache
|
||||
|
@ -395,7 +395,7 @@ How do I get faster build times?
|
||||
* Use a recent compiler. Newer compilers tend to be faster.
|
||||
|
||||
* Compile in parallel on many machines and use caching; see the web for the
|
||||
ccache, distcc, and icecream packages. ccache will skip GCC runs between
|
||||
ccache, sccache, distcc, or icecream packages. ccache will skip GCC runs between
|
||||
identical source builds, even across different users. If ccache was
|
||||
installed when Verilator was built, it is used, or see OBJCACHE
|
||||
environment variable to override this. Also see the
|
||||
|
@ -743,6 +743,7 @@ libext
|
||||
libgoogle
|
||||
libsystemc
|
||||
libtcmalloc
|
||||
libverilated
|
||||
linkers
|
||||
linter
|
||||
linux
|
||||
@ -913,6 +914,7 @@ sVerilator
|
||||
sawatzke
|
||||
sc
|
||||
scalared
|
||||
sccache
|
||||
sccanf
|
||||
seg
|
||||
setuphold
|
||||
|
Loading…
Reference in New Issue
Block a user