mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: update c++ standard to c++17.
This commit is contained in:
@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user