-vet flag to do basic vetting of code

This commit is contained in:
gingerBill
2018-11-25 14:14:58 +00:00
parent 41ad896f3f
commit 444f4f446a
7 changed files with 152 additions and 27 deletions
+1
View File
@@ -103,6 +103,7 @@ struct BuildContext {
bool no_output_files;
bool no_crt;
bool use_lld;
bool vet;
gbAffinity affinity;
isize thread_count;