lwip: Add a note that enabling debug increases the binary size

This commit is contained in:
Angus Gratton
2021-06-03 13:46:24 +10:00
parent dc6b950257
commit 1281895785

View File

@@ -933,6 +933,10 @@ menu "LWIP"
menuconfig LWIP_DEBUG
bool "Enable LWIP Debug"
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
bool "Enable netif debug messages"