raulcd commented on code in PR #47476:
URL: https://github.com/apache/arrow/pull/47476#discussion_r2321008804
##########
cpp/CMakeLists.txt:
##########
@@ -351,6 +351,12 @@ endif()
include(SetupCxxFlags)
+if(${CMAKE_CXX_FLAGS_DEBUG} MATCHES "-Og")
Review Comment:
Thanks @kou , should we create targets for the different vendored libraries
and only link when necessary as a future task too? I am thinking about
datetime, double-conversion, etc
--
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]