mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 01:34:39 +00:00
Add -no-type-assert and ODIN_NO_TYPE_ASSERT
This commit is contained in:
@@ -382,6 +382,7 @@ struct BuildContext {
|
||||
bool keep_temp_files;
|
||||
bool ignore_unknown_attributes;
|
||||
bool no_bounds_check;
|
||||
bool no_type_assert;
|
||||
bool no_dynamic_literals;
|
||||
bool no_output_files;
|
||||
bool no_crt;
|
||||
|
||||
Reference in New Issue
Block a user