You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/01 21:26:27 UTC

[GitHub] [arrow] kou commented on issue #35870: [C++] Cannot change optimization level using ARROW_CXXFLAGS

kou commented on issue #35870:
URL: https://github.com/apache/arrow/issues/35870#issuecomment-1572807743

   This is expected.
   We should use `CMAKE_CXX_FLAGS_${CONFIG}` such as `CMAKE_CXX_FLAGS_RELEASE` instead of `ARROW_CXXFLAGS` for optimization flags.
   See also: #15022


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org