From: Felix Fietkau Date: Sun, 6 Sep 2009 19:56:54 +0000 (+0000) Subject: do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging symbols... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=b93e7e9515d69a442e6e976680d34940141d4ee2 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 --- diff --git a/Config.in b/Config.in index ab4fbe8cd8..699c689406 100644 --- a/Config.in +++ b/Config.in @@ -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