We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb128ad commit d8e7a91Copy full SHA for d8e7a91
idf_component_examples/esp_matter_light/CMakeLists.txt
@@ -21,7 +21,7 @@ if(CONFIG_IDF_TARGET_ESP32C2)
21
include(relinker)
22
endif()
23
24
-idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
+idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++2a;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
25
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
26
# For RISCV chips, project_include.cmake sets -Wno-format, but does not clear various
27
# flags that depend on -Wformat
0 commit comments