Przeglądaj źródła

disable stripping when compiling with debug info (closes: #6373)

SVN-Revision: 18885
Florian Fainelli 16 lat temu
rodzic
commit
7f180b7e2c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Config.in

+ 1 - 0
Config.in

@@ -154,6 +154,7 @@ choice
 
 	config USE_STRIP
 		bool "strip"
+		depends !DEBUG
 		help
 		  This will install binaries stripped using strip from binutils