zig cc: integrate with -fstack-check, -fno-stack-check
This commit is contained in:
@@ -332,6 +332,14 @@ const known_options = [_]KnownOpt{
|
||||
.name = "fno-caret-diagnostics",
|
||||
.ident = "no_color_diagnostics",
|
||||
},
|
||||
.{
|
||||
.name = "fstack-check",
|
||||
.ident = "stack_check",
|
||||
},
|
||||
.{
|
||||
.name = "fno-stack-check",
|
||||
.ident = "no_stack_check",
|
||||
},
|
||||
.{
|
||||
.name = "MD",
|
||||
.ident = "dep_file",
|
||||
|
||||
Reference in New Issue
Block a user