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:
@ -3,7 +3,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
include $(GENERAL_RULES)/Clang/c++
|
||||
|
||||
CC := armclang++$(COMPILER_VERSION) -std=c++14
|
||||
CC := armclang++$(COMPILER_VERSION) -std=c++17
|
||||
c++ARCH := -mcpu=native -pthread
|
||||
|
||||
ifneq (,$(strip $(WM_COMPILE_OPTION)))
|
||||
|
||||
Reference in New Issue
Block a user