zig cc: Support -rtlib=none for disabling compiler-rt.
This commit is contained in:
committed by
Andrew Kelley
parent
de8cece6e7
commit
95bb53653d
@@ -548,6 +548,14 @@ const known_options = [_]KnownOpt{
|
||||
.name = "fno-sanitize-coverage",
|
||||
.ident = "no_san_cov",
|
||||
},
|
||||
.{
|
||||
.name = "rtlib",
|
||||
.ident = "rtlib",
|
||||
},
|
||||
.{
|
||||
.name = "rtlib=",
|
||||
.ident = "rtlib",
|
||||
},
|
||||
};
|
||||
|
||||
const blacklisted_options = [_][]const u8{};
|
||||
|
||||
Reference in New Issue
Block a user