Blender Git Commit Log
Git Commits -> Revision f9eaf93
Revision f9eaf93 by Ray molenkamp (master) March 30, 2021, 01:11 (GMT) |
MSVC: ASAN support for VS 16.9 This enables ASAN support when used with VS 16.9 enable as usual in cmake with the WITH_COMPILER_ASAN option, or when using make.bat just tag on `asan' to the invocation, ie: `make lite 2019 asan` MSVC: Asan support for 16.9 This enables ASAN support when used with VS 16.9 enable as usual in cmake with the WITH_COMPILER_ASAN option, or when using make.bat just tag on `asan' to the invocation, ie: `make lite 2019 asan` Differential Revision: https://developer.blender.org/D7794 Reviewed By: brecht, sergey |
Commit Details:
Full Hash: f9eaf93d37957fb29eefb720022edd988c540369
Parent Commit: 6c33d3d
Lines Changed: +76, -26
7 Modified Paths:
/build_files/cmake/platform/platform_win32.cmake (+47, -8) (Diff)
/build_files/windows/configure_msbuild.cmd (+3, -7) (Diff)
/build_files/windows/configure_ninja.cmd (+1, -7) (Diff)
/CMakeLists.txt (+3, -3) (Diff)
/source/blender/blendthumb/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenlib/BLI_asan.h (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+20, -0) (Diff)
/build_files/windows/configure_msbuild.cmd (+3, -7) (Diff)
/build_files/windows/configure_ninja.cmd (+1, -7) (Diff)
/CMakeLists.txt (+3, -3) (Diff)
/source/blender/blendthumb/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenlib/BLI_asan.h (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+20, -0) (Diff)