* Added support ccache for speedup recompilation * cmake : option to disable ccache --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* Minor fixes and fixed memleak * Using const auto references in range-based loop C++17