summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-15 17:54:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-15 17:54:02 +0000
commit13839520bcc431f94d6ed7aeb75259936400565a (patch)
tree0b78fdfa7434a9a8dfd8d4a21fcbe257e2a334ed /package/busybox
parentd0f5b51a8bd49c00d88d5ad0aa62bae322cec800 (diff)
downloadmtk-20170518-13839520bcc431f94d6ed7aeb75259936400565a.zip
mtk-20170518-13839520bcc431f94d6ed7aeb75259936400565a.tar.gz
mtk-20170518-13839520bcc431f94d6ed7aeb75259936400565a.tar.bz2
busybox: revert accidentally committed debugging flag
SVN-Revision: 29158
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 7989345..a8bb67a 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)" \