mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(heap): Remove macro "MEMLEAK_DEBUG"
This commit is contained in:
@ -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)
|
||||
|
@ -4,5 +4,3 @@
|
||||
COMPONENT_ADD_INCLUDEDIRS += include
|
||||
|
||||
COMPONENT_SRCDIRS := ./
|
||||
|
||||
CFLAGS += -DMEMLEAK_DEBUG
|
||||
|
Reference in New Issue
Block a user