Compiler cache
Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'zstd' does not match package name 'zstd:lib' |