mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
This adds a new variable `CCACHE` to `Makefile` that specifies whether CMake is instructed upon configuration of the project to use the default, plain C++ compiler or ccache as a wrapper. By default, ccache is not used. To override the default value and force the use of ccache, the variable `CCACHE` must be set to `ON`, e.g., using `make CCACHE=ON`.
2.8 KiB
2.8 KiB