mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
uClibc: build with debug symbols by default (without changing other compile related flags)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37525
This commit is contained in:
parent
ca186db09f
commit
82e51044d8
@ -51,7 +51,7 @@ CPU_CFLAGS = \
|
|||||||
-funsigned-char -fno-builtin -fno-asm \
|
-funsigned-char -fno-builtin -fno-asm \
|
||||||
--std=gnu99 -ffunction-sections -fdata-sections \
|
--std=gnu99 -ffunction-sections -fdata-sections \
|
||||||
-Wno-unused-but-set-variable \
|
-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) \
|
UCLIBC_MAKE = PATH='$(TOOLCHAIN_DIR)/initial/bin:$(TARGET_PATH)' $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user