asterisk-1.8.x-mod: Makefile: Add comments for easy enabling of compiler flags LOADABLE_MODULES and STATIC_BUILD if CONFIG_DEBUG=y

This commit is contained in:
Patrik Stridvall 2016-03-21 13:56:23 +01:00
parent b4311b9506
commit cc81f24afe

View file

@ -410,7 +410,11 @@ ifeq ($(CONFIG_DEBUG),y)
MENUSELECT_ARGS+= \
--enable MALLOC_DEBUG
#MENUSELECT_ARGS+= \
# --disable LOADABLE_MODULES
#MENUSELECT_ARGS+= \
# --enable LOW_MEMORY
#MENUSELECT_ARGS+= \
# --enable STATIC_BUILD
else
MENUSELECT_ARGS+= \
--enable LOW_MEMORY