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

@ -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)))