feat(heap): Remove macro "MEMLEAK_DEBUG"

This commit is contained in:
Dong Heng
2018-09-10 15:11:44 +08:00
parent a4369522b9
commit e40b6d645a
6 changed files with 4 additions and 14 deletions

View File

@ -54,4 +54,4 @@ target_compile_options(${COMPONENT_NAME} PUBLIC -Wno-error=char-subscripts -Wno-
-Wno-error=unused-value -Wno-error=address -Wno-error=return-type -Wno-error=format-extra-args
-Wno-error=format-zero-length -Wno-error=unused-label -Wno-error=sizeof-pointer-memaccess)
target_compile_options(${COMPONENT_NAME} PUBLIC -DMEMLEAK_DEBUG -DICACHE_FLASH)
target_compile_options(${COMPONENT_NAME} PUBLIC -DICACHE_FLASH)

View File

@ -65,4 +65,4 @@ endif # CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION
endif
# global CFLAGS for ESP8266
CFLAGS += -DMEMLEAK_DEBUG -DICACHE_FLASH
CFLAGS += -DICACHE_FLASH