cyb70289 commented on issue #12681: URL: https://github.com/apache/arrow/issues/12681#issuecomment-2489913989
I only toggled CMAKE_CXX_FLAGS option `-Wp,-D_GLIBCXX_ASSERTIONS`, and removed all other options. ``` ut passed: cmake -DARROW_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release -DARROW_COMPUTE=ON ut failed: cmake -DARROW_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release -DARROW_COMPUTE=ON -DCMAKE_CXX_FLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" ``` -- 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]
