Sfoglia il codice sorgente

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
Felix Fietkau 16 anni fa
parent
commit
b93e7e9515
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Config.in

+ 0 - 2
Config.in

@@ -136,14 +136,12 @@ choice
 
 
 	config USE_STRIP
 	config USE_STRIP
 		bool "strip"
 		bool "strip"
-		depends !DEBUG
 		help
 		help
 		  This will install binaries stripped using strip from binutils
 		  This will install binaries stripped using strip from binutils
 
 
 
 
 	config USE_SSTRIP
 	config USE_SSTRIP
 		bool "sstrip"
 		bool "sstrip"
-		depends !DEBUG
 		depends !USE_GLIBC
 		depends !USE_GLIBC
 		depends !USE_EGLIBC
 		depends !USE_EGLIBC
 		help
 		help