ccache 3.2.4 发布,此版本主要是 bug 修复:Fixed build error related to zlib on systems with older make versions
(regression in ccache 3.2.3).Made conversion-to-bool explicit to avoid build warnings (and potential
runtime errors) on legacy systems.Improved signal handling: Kill compiler
ccache 3.2.3 发布,此版本更新内容如下:新特性和改进Added support for compiler option -gsplit-dwarf.Bug 修复Support external zlib in nonstandard directory.Avoid calling exit() inside an exit handler.Let exit handler terminate properly.Bail out on compiler option --save-temps in addition to -save-temp
ccache 3.2.2 发布,此版本主要包括以下更新:新特性及性能改善:Added support for CCACHE_COMPILERCHECK=string:. This is a faster alternative to CCACHE_COMPILERCHECK= if the command’s output can be precalculated by the build system.Add support for ca
ccache 3.2.1 发布,此版本是个 bug 修复版本:Fixed regression in temporary file handlingCACHEDIR.TAG files are now created in the [0-9a-f] subdirectories Made the default cache size suffix G-fdiagnostics-color=auto is now passed to the compiler even if stderr is
redirected. Added