mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
modules cache: reduce verbosity
This commit is contained in:
parent
ae6a426689
commit
9850193348
3 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ mut:
|
|||
building_v bool
|
||||
autofree bool
|
||||
compress bool
|
||||
skip_builtin bool // Skips re-compilation of the builtin module
|
||||
//skip_builtin bool // Skips re-compilation of the builtin module
|
||||
// to increase compilation time.
|
||||
// This is on by default, since a vast majority of users do not
|
||||
// work on the builtin module itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue