Wes McKinney created PARQUET-871:
------------------------------------
Summary: [C++] Mechanism to avoid passing -Werror to thirdparty
libraries
Key: PARQUET-871
URL: https://issues.apache.org/jira/browse/PARQUET-871
Project: Parquet
Issue Type: Bug
Components: parquet-cpp
Reporter: Wes McKinney
[~xhochy] I noticed after PARQUET-865 that my builds fail because I pass
{{-Werror}} in {{$CXXFLAGS}}. I have
{code}
export CXXFLAGS="-Werror -Wall -fno-omit-frame-pointer"
{code}
How do we pass compiler flags to parquet-cpp only and not also the thirdparty
libraries?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)