From 13839520bcc431f94d6ed7aeb75259936400565a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 15 Nov 2011 17:54:02 +0000 Subject: [PATCH] busybox: revert accidentally committed debugging flag SVN-Revision: 29158 --- package/busybox/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 7989345466..a8bb67ac29 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -72,8 +72,6 @@ ifdef CONFIG_BUSYBOX_USE_LIBRPC LDLIBS += rpc endif -TARGET_CFLAGS += -ggdb3 - define Build/Compile $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ -- 2.25.1