[ 原始碼: sccache ]
套件:sccache(0.4.0~~pre6-1 以及其他的)
compiler cache for fast recompilation of C/C++/Rust code
Sccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.
Compared to ccache, sccache caches not only C and C++ but also Rust code and can store its cache using certain cloud storage, but tracks objects by their full paths (ccache tracks objects more flexibly).
其他與 sccache 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 4.3)
- GCC 支援函式庫
-
- dep: libzstd1 (>= 1.5.2)
- fast lossless compression algorithm