assignUser commented on code in PR #40397:
URL: https://github.com/apache/arrow/pull/40397#discussion_r1518365348


##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -110,6 +110,12 @@ macro(resolve_option_dependencies)
   if(MSVC_TOOLCHAIN)
     set(ARROW_USE_GLOG OFF)
   endif()
+  # Tests are crashed with mold + sanitizer checks.
+  if(ARROW_USE_ASAN
+     OR ARROW_USE_TSAN
+     OR ARROW_USE_UBSAN)
+    set(ARROW_USE_MOLD OFF)

Review Comment:
   Should this not produce a message in case the user switched it on?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to