Files
test2/build_files/build_environment/patches/unifiedmemoryframework.diff
Nikita Sirgienko 11921b505b Build: upgrade DPC++ to 6.1.0 release
This upgrade for DPC++ and its dependencies brings several
bug fixes and also eliminates some patches and backports
that are now obsolete with this new release.

Pull Request: https://projects.blender.org/blender/blender/pulls/138173
2025-05-23 08:08:00 +02:00

14 lines
534 B
Diff

# this otherwise leads to error C1258 due to too long path for XML log files
diff --git a/cmake/helpers.cmake b/cmake/helpers.cmake
index 2544a15..a6bfe76 100644
--- a/cmake/helpers.cmake
+++ b/cmake/helpers.cmake
@@ -265,7 +265,6 @@ function(add_umf_target_compile_options name)
${name}
PRIVATE /MD$<$<CONFIG:Debug>:d>
$<$<CONFIG:Release>:/sdl>
- $<$<CXX_COMPILER_ID:MSVC>:/analyze>
/DYNAMICBASE
/W4
/Gy