mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
coredump:adjust BOARD_COREDUMP_COMPRESSION
Summary: In order to reduce the cost of using coredump, we disable BOARD_COREDUMP_COMPRESSION by default when it is not necessary. Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
1ea3c01062
commit
0532fa408a
1 changed files with 2 additions and 3 deletions
|
|
@ -4845,9 +4845,8 @@ config BOARD_COREDUMP_FULL
|
|||
|
||||
config BOARD_COREDUMP_COMPRESSION
|
||||
bool "Enable Core Dump compression"
|
||||
default y
|
||||
select LIBC_LZF
|
||||
depends on !BOARD_CRASHDUMP_NONE
|
||||
default BOARD_COREDUMP_SYSLOG
|
||||
depends on LIBC_LZF && !BOARD_CRASHDUMP_NONE
|
||||
---help---
|
||||
Enable LZF compression algorithm for core dump content
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue