mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 10:55:51 +08:00
mm: Change the default of MM_UBSAN_TRAP_ON_ERROR to n
let's give more information by default Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -222,7 +222,7 @@ config MM_UBSAN_OPTION
|
||||
config MM_UBSAN_TRAP_ON_ERROR
|
||||
bool "Enable UBSan trap on error to crash immediately"
|
||||
depends on MM_UBSAN
|
||||
default y
|
||||
default n
|
||||
---help---
|
||||
The undefined instruction trap should cause your program to crash,
|
||||
save the code space significantly.
|
||||
|
||||
Reference in New Issue
Block a user