You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/02/06 04:53:00 UTC

[jira] [Closed] (ARROW-2730) [C++] Set up CMAKE_C_FLAGS more thoughtfully instead of using CMAKE_CXX_FLAGS

     [ https://issues.apache.org/jira/browse/ARROW-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-2730.
-------------------------------
    Resolution: Fixed

This was resolved in passing by several other build system patches

> [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
>
> 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)