1
0
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:
Lukas Neubert
2020-06-07 14:20:56 +02:00
committed by GitHub
parent 70c18fc7b2
commit eec5cf1eb1
7 changed files with 14 additions and 15 deletions

View File

@@ -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']