mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
pref: fix typo in pref.v (#19624)
This commit is contained in:
parent
34cf5221e1
commit
c526c6f3a2
@ -227,7 +227,7 @@ pub mut:
|
||||
skip_unused bool // skip generating C code for functions, that are not used
|
||||
//
|
||||
use_color ColorOutput // whether the warnings/errors should use ANSI color escapes.
|
||||
cleanup_files []string // list of temporary *.tmp.c and *.tmp.c.rsp files. Cleaned up on successfull builds.
|
||||
cleanup_files []string // list of temporary *.tmp.c and *.tmp.c.rsp files. Cleaned up on successful builds.
|
||||
build_options []string // list of options, that should be passed down to `build-module`, if needed for -usecache
|
||||
cache_manager vcache.CacheManager
|
||||
gc_mode GarbageCollectionMode = .unknown // .no_gc, .boehm, .boehm_leak, ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user