kou commented on code in PR #48026: URL: https://github.com/apache/arrow/pull/48026#discussion_r2486001779
########## cpp/src/arrow/util/config_internal.h.cmake: ########## @@ -17,6 +17,7 @@ // These variables are not exposed as they can make compilation caching // and increment builds less efficient. +#define ARROW_CXX_COMPILER_FLAGS "@REDACTED_CXX_FLAGS@" Review Comment: ```suggestion #define ARROW_CXX_COMPILER_FLAGS "@REDACTED_CXX_FLAGS@" ``` -- 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]
