mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vpm: use only -v for verbose output
This commit is contained in:
@@ -33,7 +33,7 @@ pub enum Backend {
|
||||
}
|
||||
|
||||
const (
|
||||
list_of_flags_with_param = [
|
||||
list_of_flags_with_param = [
|
||||
'o'
|
||||
'output', 'd', 'define', 'b', 'backend', 'cc', 'os', 'target-os', 'arch', 'csource'
|
||||
'cf', 'cflags', 'path']
|
||||
|
||||
Reference in New Issue
Block a user