diff options
| author | gingerBill <bill@gingerbill.org> | 2018-01-18 12:22:27 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-01-18 12:22:27 +0000 |
| commit | add53228b2ee93f7374a815ce1c4e5a86b7b9d28 (patch) | |
| tree | f18cf032c65be941c8f03d9072286810c0bede93 /src/build_settings.cpp | |
| parent | d90008cc524ae7075a91fa763def3918adb61fc6 (diff) | |
`-no-bounds-check`
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 5948bd0f4..e0bc71949 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -23,6 +23,7 @@ struct BuildContext { bool show_timings; bool keep_temp_files; bool debug; + bool no_bounds_check; gbAffinity affinity; isize thread_count; |