kou commented on PR #40763:
URL: https://github.com/apache/arrow/pull/40763#issuecomment-2041773949
Thanks for explaining more.
I'm trying reproduce this problem with `cmake
-DCMAKE_CXX_FLAGS='-D__DATE__=\\"redacted\\"' ...` and the following C++
program:
```cpp
#include <iostream>
#include <arrow/util/config.h>
int main(void) {
std::cout << ARROW_CXX_COMPILER_FLAGS << std::endl;
return 0;
}
```
But I couldn't reproduce this. Could you explain how to reproduce this
problem?
--
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]