fixed FreeBSD build

This commit is contained in:
orignal 2015-12-28 10:52:02 -05:00
parent 79cfa52bf9
commit 3a35b84b03
2 changed files with 56 additions and 58 deletions

View file

@ -1,4 +1,4 @@
CXX = g++
CXX = clang++
CXXFLAGS = -O2
## NOTE: NEEDED_CXXFLAGS is here so that custom CXXFLAGS can be specified at build time
## **without** overwriting the CXXFLAGS which we need in order to build.