[
https://issues.apache.org/jira/browse/PARQUET-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859222#comment-15859222
]
Uwe L. Korn commented on PARQUET-872:
-------------------------------------
I tend to close this as _won't fix_ as this is really hard to control as
setting environment variables differently for different CMake steps is very
hard. Instead we should advertise the practice of using {{cmake
-DCMAKE_CXX_FLAGS=..}}.
> [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)