5
edits
(→Options: Ccache) |
(→ccache: --cmake-arg only with -next) |
||
Line 792: | Line 792: | ||
export CMAKE_CXX_COMPILER_LAUNCHER=ccache | export CMAKE_CXX_COMPILER_LAUNCHER=ccache | ||
Or when running <code>download_and_compile.sh</code> add this option: | Or when running <code>download_and_compile.sh</code> add this option (does not work on 2024.1, but works with -next branch): | ||
--cmake-arg=ALL="CMAKE_CXX_COMPILER_LAUNCHER=ccache" | --cmake-arg=ALL="CMAKE_CXX_COMPILER_LAUNCHER=ccache" | ||
edits