Blender Git Commit Log
Git Commits -> Revision 55a2682
Revision 55a2682 by Ray molenkamp (master) April 20, 2020, 18:51 (GMT) |
Windows: Add sccache support. sccache [1] is one of the few ccache like solutions that will work on windows. sccache support can be enabled with the `WITH_WINDOWS_SCCACHE` cmake option however it will only will work with ninja as the build system, msbuild is not supported currently. Advanced option, developes are expected to obtain and configure sccache on their own. ``` Full build no cache 1428.90s (100.00%) Full build cached 434.34s ( 30.40%) ``` [1] https://github.com/mozilla/sccache Reviewed By: nicholas_rishel, Brecht Differential Revision: https://developer.blender.org/D7466 |
Commit Details:
Full Hash: 55a2682348df94d0ff2f57d786b7a557312d0345
Parent Commit: 9618bd9
Lines Changed: +37, -5
6 Modified Paths:
/build_files/cmake/platform/platform_win32.cmake (+19, -5) (Diff)
/build_files/windows/configure_msbuild.cmd (+5, -0) (Diff)
/build_files/windows/configure_ninja.cmd (+7, -0) (Diff)
/build_files/windows/parse_arguments.cmd (+2, -0) (Diff)
/build_files/windows/reset_variables.cmd (+1, -0) (Diff)
/CMakeLists.txt (+3, -0) (Diff)
/build_files/windows/configure_msbuild.cmd (+5, -0) (Diff)
/build_files/windows/configure_ninja.cmd (+7, -0) (Diff)
/build_files/windows/parse_arguments.cmd (+2, -0) (Diff)
/build_files/windows/reset_variables.cmd (+1, -0) (Diff)
/CMakeLists.txt (+3, -0) (Diff)