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
14 lines
534 B
Diff
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
|