mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
clang: parse --verbose flag as -v
This commit is contained in:
parent
2360f8c490
commit
5735ce39ae
@ -2031,7 +2031,7 @@ flagpsl("MT"),
|
||||
.{
|
||||
.name = "verbose",
|
||||
.syntax = .flag,
|
||||
.zig_equivalent = .other,
|
||||
.zig_equivalent = .verbose,
|
||||
.pd1 = false,
|
||||
.pd2 = true,
|
||||
.psl = false,
|
||||
|
||||
@ -272,6 +272,10 @@ const known_options = [_]KnownOpt{
|
||||
.name = "v",
|
||||
.ident = "verbose",
|
||||
},
|
||||
.{
|
||||
.name = "verbose",
|
||||
.ident = "verbose",
|
||||
},
|
||||
.{
|
||||
.name = "L",
|
||||
.ident = "lib_dir",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user