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 2018/12/20 14:37:00 UTC

[jira] [Resolved] (ARROW-4082) [C++] CMake tweaks: allow RelWithDebInfo, improve FindClangTools

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

Wes McKinney resolved ARROW-4082.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.12.0

Issue resolved by pull request 3227
[https://github.com/apache/arrow/pull/3227]

> [C++] CMake tweaks: allow RelWithDebInfo, improve FindClangTools
> ----------------------------------------------------------------
>
>                 Key: ARROW-4082
>                 URL: https://issues.apache.org/jira/browse/ARROW-4082
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Benjamin Kietzman
>            Priority: Trivial
>              Labels: pull-request-available, ready-to-commit
>             Fix For: 0.12.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> SetupCxxFlags.cmake does not list "RELWITHDEBINFO" in the [final flag setup|https://github.com/apache/arrow/blob/master/cpp/cmake_modules/SetupCxxFlags.cmake#L363], so cmake will error out if that build config is selected. It's handy for quick debugging without switching your python build etc over to "DEBUG".
> FindClangTools.cmake could check the version of 'clang-format' (no version suffix) to see if it satisfies a version requirement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)