We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795ae2 commit 7f022ffCopy full SHA for 7f022ff
CMakeLists.txt
@@ -37,4 +37,6 @@ add_custom_target(mem-variant DEPENDS "mem_variant")
37
##################
38
### ESP Matter ###
39
40
-idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-DCHIP_HAVE_CONFIG_H" APPEND)
+# JUST TESTING -Os related to bigged mbedTLS library...
41
+idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
42
+idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
0 commit comments