summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-15 17:54:02 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-15 17:54:02 +0000
commitc62a1741c4bfd12832633dcc0017b8804e1bcfb2 (patch)
tree3d9bd7cf15a87bf36eff13553a4492467483f65d /package/busybox
parent23bd1bd8c77ebd8ee5650b4b3bd45fae2adfc85d (diff)
[package] busybox: revert accidentally committed debugging flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29158 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 798934546..a8bb67ac2 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)" \