mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 21:54:59 -07:00
Add -vet-extra (checks for unneeded casts and transmutes)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user