modules cache: reduce verbosity

This commit is contained in:
Alexander Medvednikov 2019-10-12 22:14:16 +03:00
parent ae6a426689
commit 9850193348
3 changed files with 3 additions and 3 deletions

View file

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