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

Wes McKinney resolved ARROW-5414.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

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

> [C++] Using "Ninja" build system generator overrides default Release build 
> type on Windows
> ------------------------------------------------------------------------------------------
>
>                 Key: ARROW-5414
>                 URL: https://issues.apache.org/jira/browse/ARROW-5414
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Benjamin Kietzman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Ran into this infuriating issue today. See gist
> https://gist.github.com/wesm/c3dd87279ec20b2f2d12665fd264bfef
> The cmake invocation that produces this is
> {code}
> cmake -G "Ninja" ^
>       -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
>       -DARROW_BUILD_TESTS=on ^
>       -DARROW_CXXFLAGS="/WX /MP" ^
>       -DARROW_GANDIVA=on ^
>       -DARROW_PARQUET=on ^
>       -DARROW_PYTHON=on ^
>       ..
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to