You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by xhochy <gi...@git.apache.org> on 2017/11/02 22:23:42 UTC

[GitHub] drill pull request #1022: DRILL-5924: native-client: Support user-specified ...

GitHub user xhochy opened a pull request:

    https://github.com/apache/drill/pull/1022

    DRILL-5924: native-client: Support user-specified CXX_FLAGS

    Also remove the redundant sets of `CMAKE_CXX_FLAGS`. They are set on a global scope so that there is no need to reset them more locally.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xhochy/drill native/extend-cxxflags

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1022.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1022
    
----
commit 0e96d851c9993ecd6be57fe419ce959b03d4a908
Author: Korn, Uwe <uw...@blue-yonder.com>
Date:   2017-10-28T19:45:51Z

    DRILL-5924: native-client: Support user-specified CXX_FLAGS

----


---