table of contents
SCCACHE(1) | User Commands | SCCACHE(1) |
NAME¶
sccache - a fast C/C++/Rust compiler cache
SYNOPSIS¶
sccache [OPTIONS] <--dist-auth|--debug-preprocessor-cache|--dist-status|--show-stats|--show-adv-stats|--start-server|--stop-server|--zero-stats|--package-toolchain <EXE> <OUT>|CMD>
DESCRIPTION¶
Arguments:¶
- [CMD]...
OPTIONS¶
- -s, --show-stats
- show cache statistics
- --show-adv-stats
- show advanced cache statistics
- --start-server
- start background server
- --debug-preprocessor-cache
- show all preprocessor cache entries
- --stop-server
- stop background server
- -z, --zero-stats
- zero statistics counters
- --dist-auth
- authenticate for distributed compilation
- --dist-status
- show status of the distributed client
- --package-toolchain <EXE> <OUT>
- package toolchain for distributed compilation
- --stats-format <FMT>
- set output format of statistics [default: text] [possible values: text, json]
- -h, --help
- Print help
- -V, --version
- Print version
Enabled features:¶
- Memcached: false GCS: false GHA: false Azure: false WebDAV: false OSS: false
January 2025 | sccache 0.9.1 |