Skip to content

Conversation

@outpaddling
Copy link
Contributor

Also changed default compiler from g++ to c++ for portability. I believe they are the same on all GNU/Linux distributions. On BSD and Mac, this will use Clang, which is highly compatible with GCC. If there was some other reason to default to g++, I'm fine with that.

Either way, the compiler and flags can easily be overridden from the env or command-line.

make CXX=g++ CXXFLAGS=-O3 install

ekg added a commit that referenced this pull request Nov 21, 2015
@ekg ekg merged commit 49a0e29 into ekg:master Nov 21, 2015
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.

2 participants