disable stripping when compiling with debug info (closes: #6373)
authorNicolas Thill <nico@openwrt.org>
Fri, 18 Dec 2009 16:59:04 +0000 (16:59 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 18 Dec 2009 16:59:04 +0000 (16:59 +0000)
SVN-Revision: 18830

Config.in

index 71a7c7da8ac23a97f103dcfc5b9b725f6edaccf0..97cbfebb19f7ca85f58820d9a7dcce8ef7a66a32 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -154,12 +154,14 @@ 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