-no-bounds-check

This commit is contained in:
gingerBill
2018-01-18 12:22:27 +00:00
parent d90008cc52
commit add53228b2
5 changed files with 24 additions and 22 deletions

View File

@@ -23,6 +23,7 @@ struct BuildContext {
bool show_timings;
bool keep_temp_files;
bool debug;
bool no_bounds_check;
gbAffinity affinity;
isize thread_count;