Blender Git Commit Log
Git Commits -> Revision fdb7623
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