compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.
This commit is contained in:
@@ -284,6 +284,10 @@ const known_options = [_]KnownOpt{
|
||||
.name = "fsanitize",
|
||||
.ident = "sanitize",
|
||||
},
|
||||
.{
|
||||
.name = "fno-sanitize",
|
||||
.ident = "no_sanitize",
|
||||
},
|
||||
.{
|
||||
.name = "T",
|
||||
.ident = "linker_script",
|
||||
|
||||
Reference in New Issue
Block a user