Set compiler to gcc@7
This commit is contained in:
@@ -24,7 +24,8 @@ BINDIR = $(BASEDIR)bin/
|
||||
|
||||
# Set the compiler choice
|
||||
#CXX = g++
|
||||
CXX = /usr/local/bin/g++
|
||||
#CXX = /usr/local/bin/g++
|
||||
CXX = /usr/local/Cellar/gcc@7/7.4.0/bin/g++-7
|
||||
# On OS X, using a separate installation of llvm tools:
|
||||
# CXX = /usr/local/opt/llvm/bin/clang++ -Xpreprocessor -fopenmp -lomp -L/usr/local/opt/llvm/lib:lib/ -I/usr/local/opt/llvm/include
|
||||
# CXX = clang++ -Weverything -ferror-limit=1
|
||||
|
||||
Reference in New Issue
Block a user