summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
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/Makefile
parentd0f5b51a8bd49c00d88d5ad0aa62bae322cec800 (diff)
downloadmaster-31e0f0ae-13839520bcc431f94d6ed7aeb75259936400565a.tar.gz
master-31e0f0ae-13839520bcc431f94d6ed7aeb75259936400565a.tar.bz2
master-31e0f0ae-13839520bcc431f94d6ed7aeb75259936400565a.zip
busybox: revert accidentally committed debugging flag
SVN-Revision: 29158
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 0 insertions, 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)" \