Add -vet-extra (checks for unneeded casts and transmutes)

This commit is contained in:
gingerBill
2021-03-03 14:17:48 +00:00
parent c2794b62a9
commit 75f127af7c
4 changed files with 28 additions and 3 deletions
+1
View File
@@ -190,6 +190,7 @@ struct BuildContext {
bool no_entry_point;
bool use_lld;
bool vet;
bool vet_extra;
bool cross_compiling;
bool different_os;
bool keep_object_files;