Skip to content

Commit

Permalink
Fix CFLAGS in Makefile (project-chip#1562)
Browse files Browse the repository at this point in the history
Noticed a typo in ESP32 demo Makefile which likely explains why are
builds are unexpectedly large.
  • Loading branch information
mlepage-google authored and kedars committed Jul 19, 2020
1 parent b797ccd commit 8f2029f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wifi-echo/server/esp32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/third_party/connectedhomeip/config/esp32

CXXFLAGS += -std=c++11 -Os
CPPFLAGS += -Os
CLAGS += -Os
CFLAGS += -Os

include $(IDF_PATH)/make/project.mk

0 comments on commit 8f2029f

Please sign in to comment.