1
0
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:
Delyan Angelov
2020-03-31 20:58:44 +03:00
committed by GitHub
parent 2fe0e80569
commit 50143ad9bf
4 changed files with 24 additions and 12 deletions

View File

@ -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)