Skip to content
Snippets Groups Projects
Commit 30fcbbe7 authored by Patrik Stridvall's avatar Patrik Stridvall
Browse files

asterisk-1.8.x-mod: Makefile: Turn on Asterisk development mode if CONFIG_DEBUG=y

parent 01e874d9
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,10 @@ CONFIGURE_ARGS+= \
EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)
EXTRA_LDFLAGS+= $(TARGET_LDFLAGS)
ifeq ($(CONFIG_DEBUG),y)
CONFIGURE_ARGS+= \
--enable-dev-mode
endif
define Build/Prepare
$(call Build/Prepare/Default)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment