[ https://issues.apache.org/jira/browse/ARROW-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-2730: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/19118 > [C++] Set up CMAKE_C_FLAGS more thoughtfully instead of using CMAKE_CXX_FLAGS > ----------------------------------------------------------------------------- > > Key: ARROW-2730 > URL: https://issues.apache.org/jira/browse/ARROW-2730 > Project: Apache Arrow > Issue Type: Improvement > Components: C++ > Reporter: Wes McKinney > Priority: Major > Fix For: 0.14.0 > > > See discussion on GitHub for ARROW-2676. We are setting CMAKE_C_FLAGS to the > value of CMAKE_CXX_FLAGS, which is rather heavy-handed. Most of the stuff we > are putting in the CXX_FLAGS is C++-specific related to warning suppressions, > etc. The number of C-specific flags we need should be much smaller, probably > just the optimization level, position-independent code setting, > -fno-strict-aliasing, and some other standard stuff -- This message was sent by Atlassian Jira (v8.20.10#820010)