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

@ -5,4 +5,4 @@ set(COMPONENT_PRIV_REQUIRES lwip)
register_component()
component_compile_options(-DLWIP_OPEN_SRC -DMEMLEAK_DEBUG)
component_compile_options(-DLWIP_OPEN_SRC)

View File

@ -4,5 +4,3 @@
COMPONENT_ADD_INCLUDEDIRS += include
COMPONENT_SRCDIRS := ./
CFLAGS += -DMEMLEAK_DEBUG