1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

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

View File

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