-
- Downloads
Build: add config for developers
This has faster builds, error checks and tests. The number of cmake options for this type of thing has grown over the years and it's convenient to be able to point new developers to a single target. Previously the combination of all these options did not work correctly, now all tests should pass. The easiest way to use this is with the make wrapper, for example: make full developer debug Or set it manually with CMake: cmake -C ../blender/build_files/cmake/config/blender_developer.cmake . Differential Revision: https://developer.blender.org/D5149
Showing
- GNUmakefile 6 additions, 0 deletionsGNUmakefile
- build_files/cmake/config/blender_developer.cmake 19 additions, 0 deletionsbuild_files/cmake/config/blender_developer.cmake
- build_files/windows/parse_arguments.cmd 2 additions, 0 deletionsbuild_files/windows/parse_arguments.cmd
- build_files/windows/show_help.cmd 1 addition, 0 deletionsbuild_files/windows/show_help.cmd
Please register or sign in to comment