use newest C++ standard for yocto 4.0

This commit is contained in:
2022-05-18 16:49:19 +02:00
parent 46141e98d5
commit 77fb5cf425
+1 -1
View File
@@ -17,4 +17,4 @@ GNU_BIN = $(GNU_DIR)/bin/$(GNU_TARGET)
ARCH_DEP_CPPFLAGS = --sysroot=$(SDKTARGETSYSROOT) -mcpu=cortex-a53 -march=armv8-a+crc
ARCH_DEP_LDFLAGS = --sysroot=$(SDKTARGETSYSROOT)
STD_CXXFLAGS = -std=c++20
STD_CXXFLAGS = -std=c++23