pref: fix typo in pref.v (#19624)

This commit is contained in:
Ikko Eltociear Ashimine 2023-10-23 04:26:54 +09:00 committed by GitHub
parent 34cf5221e1
commit c526c6f3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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