mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
clang: parse --verbose flag as -v
This commit is contained in:
parent
2360f8c490
commit
5735ce39ae
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue