added compiler command for only parsing and typechecking

This commit is contained in:
Joshua Mark Manton
2018-05-16 23:03:05 -07:00
parent e25c72ecdd
commit c94d19718b
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ struct BuildContext {
bool show_timings;
bool keep_temp_files;
bool no_bounds_check;
bool no_output_files;
gbAffinity affinity;
isize thread_count;