From cc81f24afeff1372f08dc44f56d46a4b3be66505 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Mon, 21 Mar 2016 13:56:23 +0100 Subject: [PATCH] asterisk-1.8.x-mod: Makefile: Add comments for easy enabling of compiler flags LOADABLE_MODULES and STATIC_BUILD if CONFIG_DEBUG=y --- asterisk-1.8.x-mod/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/asterisk-1.8.x-mod/Makefile b/asterisk-1.8.x-mod/Makefile index 7004f49f4..f95c79d5a 100644 --- a/asterisk-1.8.x-mod/Makefile +++ b/asterisk-1.8.x-mod/Makefile @@ -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