clang-cache - clang caching daemon
clang-cache [ -c COMPILER | -s | -k | -f ] -- COMPILER_OPTIONS...
Clang caching daemon
Specify compiler to use (defaults to clang).
Start the daemon
Kill the daemon
Foreground mode (to be used with -s
).
clang-cache -- -c foo.c -o foo.o
clang-cache -s
clang-cache -k
clang-cache -sf
clang-cache -c g++ -- -c bar.cpp -o bar.o
Written by Stephane Sezer <sas@cd80.net>
and Xavier Deguillard
<deguilx@gmail.com>
.
This tool is published under the BSD 3-clause license.