diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-06 19:56:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-06 19:56:54 +0000 |
commit | e1fee8ea4c8ce5fd649b6bf5a1109624f2ca9073 (patch) | |
tree | 988064c7d60f3df69a6b37eeec26b86365921ac2 /Config.in | |
parent | 461a4305769025470cd1890b1564f58fe285383a (diff) | |
download | upstream-e1fee8ea4c8ce5fd649b6bf5a1109624f2ca9073.tar.gz upstream-e1fee8ea4c8ce5fd649b6bf5a1109624f2ca9073.tar.bz2 upstream-e1fee8ea4c8ce5fd649b6bf5a1109624f2ca9073.zip |
do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging symbols can be useful even if they are not put on the device (e.g. remote cross-gdb)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -136,14 +136,12 @@ choice config USE_STRIP bool "strip" - depends !DEBUG help This will install binaries stripped using strip from binutils config USE_SSTRIP bool "sstrip" - depends !DEBUG depends !USE_GLIBC depends !USE_EGLIBC help |