We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8583fe commit 4d2c339Copy full SHA for 4d2c339
CMakeLists.txt
@@ -37,5 +37,4 @@ add_custom_target(mem-variant DEPENDS "mem_variant")
37
##################
38
### ESP Matter ###
39
40
-idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
41
-idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
+idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-DCHIP_HAVE_CONFIG_H" APPEND)
0 commit comments