do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging symbols...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 6 Sep 2009 19:56:54 +0000 (19:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 6 Sep 2009 19:56:54 +0000 (19:56 +0000)
SVN-Revision: 17532

Config.in

index ab4fbe8cd8701c1f52a7d15b9da59c89004034d8..699c689406216d281c23dd3602534f48939f7158 100644 (file)
--- 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