mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
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:
committed by
Alan Carvalho de Assis
parent
d6b5a345a4
commit
33dabe3c38
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user