Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
→‎ccache: --cmake-arg only with -next
(→‎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"


5

edits

Navigation menu