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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18885 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-12-22 12:27:55 +00:00
parent 5e52855bff
commit a2796f592d
+1
View File
@@ -154,6 +154,7 @@ choice
config USE_STRIP
bool "strip"
depends !DEBUG
help
This will install binaries stripped using strip from binutils