disable stripping when compiling with debug info (closes: #6373)
[openwrt/svn-archive/archive.git] / 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