mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: be silent by default
This commit is contained in:
@ -322,7 +322,7 @@ pub fn (v mut V) compile2() {
|
||||
verror('Cannot build with msvc on ${os.user_os()}')
|
||||
}
|
||||
//cgen.genln('// Generated by V')
|
||||
println('compile2()')
|
||||
//println('compile2()')
|
||||
if v.pref.verbosity.is_higher_or_equal(.level_three) {
|
||||
println('all .v files before:')
|
||||
println(v.files)
|
||||
|
Reference in New Issue
Block a user