From: nbd Date: Tue, 19 Jan 2016 12:41:59 +0000 (+0000) Subject: toolchain/musl: enable debug information X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=faea2009e9423ee4a6549f0323e3000fad660767;hp=80159fd6ba2ff4d9b70204701bb10ce95dbf87fc;p=openwrt.git toolchain/musl: enable debug information Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48363 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk index 3045c634bc..986f372a6e 100644 --- a/toolchain/musl/common.mk +++ b/toolchain/musl/common.mk @@ -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+= \