mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
disable stripping when compiling with debug info (closes: #6373)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
23ac5ec1b1
commit
147290a362
@ -154,12 +154,14 @@ 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…
Reference in New Issue
Block a user