<div dir="ltr">Hi,<div><br></div><div>If you use CMake in a CI you should probably have a look at how to speed up your CMake build: <a href="https://github.com/cristianadam/cmake-checks-cache">https://github.com/cristianadam/cmake-checks-cache</a></div><div><br></div><div>In the case of LLVM + Clang on a Windows box the speed up was either 2.66x or 3.32x, depending on the CMake generator.</div><div><br></div><div>Even if you don't use CMake Check macros you might want to cache the initial compiler detection, which could take a few seconds :)</div><div><br></div><div>Cheers,</div><div>Cristian.</div></div>