Răsfoiți Sursa

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

SVN-Revision: 18885
Florian Fainelli 16 ani în urmă
părinte
comite
7f180b7e2c
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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