Go for gcc-11.2

This commit is contained in:
Jean-Sébastien
2021-12-06 15:05:34 +01:00
parent e1b2b0f1ec
commit c9d2cd17f6
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ BIN_DIR = $(BASE_DIR)/bin
SRC_EXT = cc
# Compiler choice
CXX = g++
CXX = g++-11.2
CXXFLAGS = -fopenmp
LDFLAGS = -O3 -w -fopenmp
# Compilation command