mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-01 19:57:28 +03:00
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17532 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2b9cdf477e
commit
c05a5fc51e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user