added debugging option
This commit is contained in:
parent
cde20f0b08
commit
923f42a3c2
@ -211,6 +211,15 @@ config BR2_STRIP_none
|
|||||||
none do not strip (only for debugging!)
|
none do not strip (only for debugging!)
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
if BR2_STRIP_none
|
||||||
|
config BR2_ENABLE_DEBUG
|
||||||
|
bool "build packages with debugging symbols"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Build packages with debugging symbols
|
||||||
|
enabled
|
||||||
|
endif
|
||||||
|
|
||||||
config BR2_PREFER_STATIC_LIB
|
config BR2_PREFER_STATIC_LIB
|
||||||
bool "prefer static libraries"
|
bool "prefer static libraries"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user