CONFIG: update c++ standard to c++17.

This commit is contained in:
mattijs
2024-12-12 11:55:52 +00:00
parent 59c74e53ff
commit 44f7a7268a
12 changed files with 15 additions and 15 deletions

View File

@ -1,9 +1,9 @@
#------------------------------------------------------------------------------
# Cray compiler - gcc variant/wrapper. New enough to support c++14
# Cray compiler - gcc variant/wrapper. New enough to support c++17
#------------------------------------------------------------------------------
include $(GENERAL_RULES)/Gcc/c++
CC := CC -std=c++14
CC := CC -std=c++17
c++ARCH := -m64 -pthread
ifneq (,$(strip $(WM_COMPILE_OPTION)))