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 | e5101a852c74776e83884362a3150d6dde165623 (patch) | |
tree | 3d9bd7cf15a87bf36eff13553a4492467483f65d /package/busybox | |
parent | 7be583d9f4f6e1e9c336104e3b29bd19fa5a2067 (diff) | |
download | upstream-e5101a852c74776e83884362a3150d6dde165623.tar.gz upstream-e5101a852c74776e83884362a3150d6dde165623.tar.bz2 upstream-e5101a852c74776e83884362a3150d6dde165623.zip |
[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/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)" \ |