mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: make use_cache less noisy
This commit is contained in:
parent
c639dd03d0
commit
8eac658ed1
@ -965,7 +965,7 @@ fn (mut g Gen) stmt(node ast.Stmt) {
|
|||||||
if g.is_builtin_mod && g.module_built == 'builtin' && node.mod == 'builtin' {
|
if g.is_builtin_mod && g.module_built == 'builtin' && node.mod == 'builtin' {
|
||||||
skip = false
|
skip = false
|
||||||
}
|
}
|
||||||
if !skip {
|
if !skip && g.pref.is_verbose {
|
||||||
println('build module `$g.module_built` fn `$node.name`')
|
println('build module `$g.module_built` fn `$node.name`')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user