Set compiler to gcc@7

This commit is contained in:
J.-S. Caux
2019-02-02 19:33:30 +01:00
parent b5f3b0755c
commit 7e56ef6a6c
2 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -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