Wes McKinney created ARROW-2730:
-----------------------------------

             Summary: [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


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
(v7.6.3#76005)

Reply via email to