diff --git a/lib/Kconfig.ubsan b/lib/Kconfig.ubsan index 4190a99b1eaadf67460c1bed4dee70165617e166..6e8b67d4b0d9be3cae6ceb5935ed84dbedf8f646 100644 --- a/lib/Kconfig.ubsan +++ b/lib/Kconfig.ubsan @@ -14,6 +14,7 @@ if UBSAN config UBSAN_TRAP bool "On Sanitizer warnings, abort the running kernel code" + depends on !COMPILE_TEST depends on $(cc-option, -fsanitize-undefined-trap-on-error) help Building kernels with Sanitizer features enabled tends to grow