Blender Git Commit Log
Git Commits -> Revision 5888a22
Revision 5888a22 by Ray molenkamp (master) August 22, 2019, 16:20 (GMT) |
Cmake/MSVC: Enable Edit and Continue for debug builds. This change switches the debug symbol format from /Zi to /ZI for debug builds of blender, allowing Edit and Continue to work. This allows limited [1] code changes in the debugger without having to stop the process and recompile a new binary leading to improved developer productivity. All MSVC versions we support support this flag, Clang on windows does not mind the /ZI flag, but doesn't currently emit the required information to have this feature work. [1] https://docs.microsoft.com/en-us/visualstudio/debugger/supported-code-changes-cpp |
Commit Details:
Full Hash: 5888a2283e0b47f2a8991d2548eb8e4d4c156dea
Parent Commit: ec07340
Lines Changed: +2, -2
1 Modified Path:
/build_files/cmake/platform/platform_win32.cmake (+2, -2) (Diff)