toolchain/musl: enable debug information
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48363
This commit is contained in:
parent
d48834e553
commit
89ca7c5d0e
1 changed files with 2 additions and 1 deletions
|
@ -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+= \
|
||||
|
|
Loading…
Reference in a new issue