Skip to content

Commit 4d2c339

Browse files
authored
revert CMakeLists.txt
1 parent b8583fe commit 4d2c339

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

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

0 commit comments

Comments
 (0)