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 | b93e7e9515d69a442e6e976680d34940141d4ee2 (patch) | |
tree | ef3b7749f0c1aca3f73ac3c6c8fbb408fabf2804 | |
parent | bf95da61aca2b4a15ce32a8c3e701af4e23c1af8 (diff) | |
download | upstream-b93e7e9515d69a442e6e976680d34940141d4ee2.tar.gz upstream-b93e7e9515d69a442e6e976680d34940141d4ee2.tar.bz2 upstream-b93e7e9515d69a442e6e976680d34940141d4ee2.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)
SVN-Revision: 17532
-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 |