forked from blender/blender
Ray molenkamp
55a2682348
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 |
||
---|---|---|
.. | ||
autodetect_msvc.cmd | ||
build_msbuild.cmd | ||
build_ninja.cmd | ||
check_libraries.cmd | ||
check_spaces_in_path.cmd | ||
check_submodules.cmd | ||
configure_msbuild.cmd | ||
configure_ninja.cmd | ||
detect_architecture.cmd | ||
detect_msvc2017.cmd | ||
detect_msvc2019.cmd | ||
detect_msvc_vswhere.cmd | ||
find_dependencies.cmd | ||
format.cmd | ||
parse_arguments.cmd | ||
reset_variables.cmd | ||
set_build_dir.cmd | ||
show_hashes.cmd | ||
show_help.cmd | ||
test.cmd | ||
update_sources.cmd |