diff options
| author | gingerBill <bill@gingerbill.org> | 2024-04-18 11:22:31 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-04-18 11:22:31 +0100 |
| commit | ece78d22d2b549116a0884d3578972b8f389f983 (patch) | |
| tree | 9d6b8c38235ea44b174d9d8a37ea72c8db504978 /src/build_settings.cpp | |
| parent | 5c52f3cf2fee63f860914d062555ed87c1dba9d8 (diff) | |
Add `-no-type-assert` and `ODIN_NO_TYPE_ASSERT`
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 106ae8a28..b806adcd6 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; |