You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/02/08 22:22:41 UTC

[jira] [Commented] (PARQUET-872) [C++] Having any $CXXFLAGS set overrides $SNAPPY_CXXFLAGS

    [ https://issues.apache.org/jira/browse/PARQUET-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858623#comment-15858623 ] 

Wes McKinney commented on PARQUET-872:
--------------------------------------

I spent a pretty good long time on this just now and am quite stumped. I am using cmake 2.8.12.2, can check if the problem is still present on newer cmake

> [C++] Having any $CXXFLAGS set overrides $SNAPPY_CXXFLAGS
> ---------------------------------------------------------
>
>                 Key: PARQUET-872
>                 URL: https://issues.apache.org/jira/browse/PARQUET-872
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>
> If there is {{$CXXFLAGS}} set in the environment, then {{$SNAPPY_CXXFLAGS}} is not respected
> steps to reproduce:
> {code}
> export CXXFLAGS=""
> cmake $PARQUET_DIR
> make snappy_ep
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)