Skip to content

Add support for passing flags to C++ compiler#18

Open
strk wants to merge 2 commits intodmtolpeko:masterfrom
strk:cxxflags
Open

Add support for passing flags to C++ compiler#18
strk wants to merge 2 commits intodmtolpeko:masterfrom
strk:cxxflags

Conversation

@strk
Copy link

@strk strk commented Mar 21, 2018

This is only done in sqlparser/ and sqlines/ dirs, as they were
the only place I needed for now.

Example usage:

make CXXFLAGS="-fpermissive -g"

NOTE: -fpermissive is needed with gcc 7.2.0 or build fails

strk added 2 commits March 21, 2018 12:54
This is only done in sqlparser/ and sqlines/ dirs, as they were
the only place I needed for now.

Example usage:

    make CXXFLAGS="-fpermissive -g"

NOTE: -fpermissive is needed with gcc 7.2.0 or build fails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant