mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
debug: do not force installation of gdbserver
The BR2_ENABLE_DEBUG option selects the compilation and installation of gdbserver on the target. This is a bit restrictive, especially for external toolchains, which may already contain a gdbserver on the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ccb44fd52f
commit
c85f7f4082
@ -205,7 +205,6 @@ config BR2_DEPRECATED
|
|||||||
|
|
||||||
config BR2_ENABLE_DEBUG
|
config BR2_ENABLE_DEBUG
|
||||||
bool "build packages with debugging symbols"
|
bool "build packages with debugging symbols"
|
||||||
select BR2_PACKAGE_GDB_SERVER
|
|
||||||
help
|
help
|
||||||
Build packages with debugging symbols
|
Build packages with debugging symbols
|
||||||
enabled
|
enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user