toolchain/musl: enable debug information

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48363
This commit is contained in:
Felix Fietkau 2016-01-19 12:41:59 +00:00
parent d48834e553
commit 89ca7c5d0e
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ MUSL_CONFIGURE:= \
--prefix=/ \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--disable-gcc-wrapper
--disable-gcc-wrapper \
--enable-debug
ifeq ($(CONFIG_MUSL_ENABLE_DEBUG),y)
MUSL_CONFIGURE+= \