]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/Makefile.ubsan
video/console/sticore: Delete an error message for a failed memory allocation in...
[linux.git] / scripts / Makefile.ubsan
index 8fd4d44fbcd1be6ff5d093a3165cfe66d8ec476b..b593b36ccff86910644c63346af8e497346ebab4 100644 (file)
@@ -7,7 +7,6 @@ ifdef CONFIG_UBSAN
       CFLAGS_UBSAN += $(call cc-option, -fsanitize=signed-integer-overflow)
       CFLAGS_UBSAN += $(call cc-option, -fsanitize=bounds)
       CFLAGS_UBSAN += $(call cc-option, -fsanitize=object-size)
-      CFLAGS_UBSAN += $(call cc-option, -fsanitize=returns-nonnull-attribute)
       CFLAGS_UBSAN += $(call cc-option, -fsanitize=bool)
       CFLAGS_UBSAN += $(call cc-option, -fsanitize=enum)