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

[jira] [Resolved] (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 ]

Sutou Kouhei resolved ARROW-2730.
---------------------------------
       Resolution: Duplicate
    Fix Version/s: 0.14.0

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