lidavidm commented on code in PR #1049:
URL: https://github.com/apache/arrow-adbc/pull/1049#discussion_r1323094193
##########
c/cmake_modules/san-config.cmake:
##########
@@ -25,6 +25,7 @@ if(${ADBC_USE_ASAN})
OR (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION
VERSION_GREATER "4.8"))
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address
-DADDRESS_SANITIZER")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address
-DADDRESS_SANITIZER")
Review Comment:
Oh, good catch...
--
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]