Author: nbd
Date: 2016-01-19 13:41:59 +0100 (Tue, 19 Jan 2016)
New Revision: 48363

Modified:
   trunk/toolchain/musl/common.mk
Log:
toolchain/musl: enable debug information

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/toolchain/musl/common.mk
===================================================================
--- trunk/toolchain/musl/common.mk      2016-01-19 10:20:16 UTC (rev 48362)
+++ trunk/toolchain/musl/common.mk      2016-01-19 12:41:59 UTC (rev 48363)
@@ -37,7 +37,8 @@
                --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+= \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to