mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
Set the make variable `CCACHE` to `ON` in order to force the use of `ccache` during compilation of the code. For unknown reasons, the build directory must also be removed. Otherwise, a complete rebuild circumventing the cache is triggered and `ccache` does not have any effect on compilation time. Debug information printing `ccache` statistics before and after the build has also been added.