From e2d7b4543453bfa44faa843ab36f73f28caef1d2 Mon Sep 17 00:00:00 2001 From: firewave Date: Sun, 14 Jan 2018 01:46:49 +0100 Subject: removed implict usage of "nullability" from SANITIZE=undefined (nw) --- scripts/genie.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'scripts/genie.lua') diff --git a/scripts/genie.lua b/scripts/genie.lua index a9f6f11be05..d44cdf12a71 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -974,16 +974,13 @@ if _OPTIONS["SANITIZE"] then if string.find(_OPTIONS["SANITIZE"], "undefined") then -- 'function' produces errors without delegates by design -- 'alignment' produces a lot of errors which we are not interested in - -- 'nullability' errors are not actually undefined behavior but unintentional buildoptions { "-fno-sanitize=function", - "-fno-sanitize=alignment", - "-fsanitize=nullability" + "-fno-sanitize=alignment" } linkoptions { "-fno-sanitize=function", - "-fno-sanitize=alignment", - "-fsanitize=nullability" + "-fno-sanitize=alignment" } end end -- cgit v1.2.3-70-g09d2