diff options
| author | gingerBill <bill@gingerbill.org> | 2018-11-25 14:14:58 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-11-25 14:14:58 +0000 |
| commit | 444f4f446a8272ca3a1ab763c92bc18375c4d947 (patch) | |
| tree | d925afb75f0bfcbdc27492a98a8763bd80b223ff /src/build_settings.cpp | |
| parent | 41ad896f3fc7a5952fdf05804560931a0dfd9463 (diff) | |
`-vet` flag to do basic vetting of code
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 218544aaa..e8c872c0a 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -103,6 +103,7 @@ struct BuildContext { bool no_output_files; bool no_crt; bool use_lld; + bool vet; gbAffinity affinity; isize thread_count; |