Blender Git Commit Log
Git Commits -> Revision 2d60a54
Revision 2d60a54 by Brecht Van Lommel (master) August 5, 2019, 13:25 (GMT) |
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 |
Commit Details:
Full Hash: 2d60a546490c982b8ace7e8a1a71927596b08258
Parent Commit: 47bf754
Lines Changed: +28, -0
1 Added Path:
/build_files/cmake/config/blender_developer.cmake (+19, -0) (View)