From: Felix Fietkau Date: Tue, 19 Jan 2016 12:41:59 +0000 (+0000) Subject: toolchain/musl: enable debug information X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=04e447e906be48e6c2ca82e1bd71d0e7d6f6789c;p=openwrt%2Fsvn-archive%2Farchive.git toolchain/musl: enable debug information Signed-off-by: Felix Fietkau SVN-Revision: 48363 --- 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+= \