mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +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:
+1
-1
@@ -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