diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-15 17:54:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-15 17:54:02 +0000 |
commit | 13839520bcc431f94d6ed7aeb75259936400565a (patch) | |
tree | 0b78fdfa7434a9a8dfd8d4a21fcbe257e2a334ed | |
parent | d0f5b51a8bd49c00d88d5ad0aa62bae322cec800 (diff) | |
download | upstream-13839520bcc431f94d6ed7aeb75259936400565a.tar.gz upstream-13839520bcc431f94d6ed7aeb75259936400565a.tar.bz2 upstream-13839520bcc431f94d6ed7aeb75259936400565a.zip |
busybox: revert accidentally committed debugging flag
SVN-Revision: 29158
-rw-r--r-- | package/busybox/Makefile | 2 |
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)" \ |