From: nbd Date: Wed, 24 Jul 2013 12:38:09 +0000 (+0000) Subject: uClibc: build with debug symbols by default (without changing other compile related... X-Git-Tag: fast2504n-3.10.28-merged~1840 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=c9113d56b3ca7fe42b61a4e50c38bbf471adaad8;p=openwrt.git uClibc: build with debug symbols by default (without changing other compile related flags) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37525 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/uClibc/common.mk b/toolchain/uClibc/common.mk index dec4a1c741..f0a5b3d84f 100644 --- a/toolchain/uClibc/common.mk +++ b/toolchain/uClibc/common.mk @@ -51,7 +51,7 @@ CPU_CFLAGS = \ -funsigned-char -fno-builtin -fno-asm \ --std=gnu99 -ffunction-sections -fdata-sections \ -Wno-unused-but-set-variable \ - $(TARGET_CFLAGS) + $(TARGET_CFLAGS) -ggdb UCLIBC_MAKE = PATH='$(TOOLCHAIN_DIR)/initial/bin:$(TARGET_PATH)' $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \