sim: Always enable full UBSan feature to catch more error

since the resource is plenty on simulator

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-11-06 00:34:01 +08:00
committed by Alan Carvalho de Assis
parent d6b5a345a4
commit 33dabe3c38
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ config MM_UBSAN_ALL
config MM_UBSAN_OPTION
string "UBSan options"
depends on MM_UBSAN || SIM_UBSAN
depends on MM_UBSAN
default "-fsanitize=undefined"
---help---
This option activates specified UBSan instrumentation. Please