mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
lwip: Add a note that enabling debug increases the binary size
This commit is contained in:
@@ -933,6 +933,10 @@ menu "LWIP"
|
|||||||
menuconfig LWIP_DEBUG
|
menuconfig LWIP_DEBUG
|
||||||
bool "Enable LWIP Debug"
|
bool "Enable LWIP Debug"
|
||||||
default n
|
default n
|
||||||
|
help
|
||||||
|
Enabling this option allows different kinds of lwIP debug output.
|
||||||
|
|
||||||
|
All lwIP debug features increase the size of the final binary.
|
||||||
|
|
||||||
config LWIP_NETIF_DEBUG
|
config LWIP_NETIF_DEBUG
|
||||||
bool "Enable netif debug messages"
|
bool "Enable netif debug messages"
|
||||||
|
Reference in New Issue
Block a user