Blender Git Commit Log

Git Commits -> Revision fdb7623

Revision fdb7623 by Matt Hill (master)
December 21, 2020, 05:17 (GMT)
Unix/macOS: support building with Ccache

This adds an option (WITH_COMPILER_CCACHE) to build using Ccache if it's
found. Makefiles-based, Ninja-based and Xcode generators are supported.

Pass `-DWITH_COMPILER_CCACHE=ON` to cmake to enable Ccache.
Utility option in GNUmakefile is also added: for e.g.,
`make ninja ccache`.

Reviewed By: brecht, ankitm
Differential Revision: https://developer.blender.org/D9665

Commit Details:

Full Hash: fdb7623e098fe431397815fc67667c5904074913
Parent Commit: 84cc00f
Committed By: Ankit Meel
Lines Changed: +66, -0

5 Modified Paths:

/build_files/cmake/platform/platform_apple.cmake (+14, -0) (Diff)
/build_files/cmake/platform/platform_apple_xcode.cmake (+29, -0) (Diff)
/build_files/cmake/platform/platform_unix.cmake (+12, -0) (Diff)
/CMakeLists.txt (+5, -0) (Diff)
/GNUmakefile (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021