Skip to content

Commit 7f022ff

Browse files
authored
Testing -Os C/CXX - may be temporary
1 parent 7795ae2 commit 7f022ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ add_custom_target(mem-variant DEPENDS "mem_variant")
3737
##################
3838
### ESP Matter ###
3939
##################
40-
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-DCHIP_HAVE_CONFIG_H" APPEND)
40+
# 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

Comments
 (0)