clang: parse --verbose flag as -v
This commit is contained in:
@@ -272,6 +272,10 @@ const known_options = [_]KnownOpt{
|
||||
.name = "v",
|
||||
.ident = "verbose",
|
||||
},
|
||||
.{
|
||||
.name = "verbose",
|
||||
.ident = "verbose",
|
||||
},
|
||||
.{
|
||||
.name = "L",
|
||||
.ident = "lib_dir",
|
||||
|
||||
Reference in New Issue
Block a user