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:
@ -5,6 +5,6 @@
|
||||
sinclude $(GENERAL_RULES)/common/c++Opt
|
||||
|
||||
cxx_compiler := $(shell which clang++)
|
||||
CC := $(shell echo "$(cxx_compiler)" | sed -e 's@/bin/[^/]*@/libexec/c++-analyzer@') -std=c++14 -m64
|
||||
CC := $(shell echo "$(cxx_compiler)" | sed -e 's@/bin/[^/]*@/libexec/c++-analyzer@') -std=c++17 -m64
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user