Add -show-system-calls; Update runtime for windows_386; Fix some minor bugs

This commit is contained in:
gingerBill
2020-06-30 10:09:58 +01:00
parent 0ea64182f1
commit 92363da58e
7 changed files with 48 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ struct BuildContext {
i32 optimization_level;
bool show_timings;
bool show_more_timings;
bool show_system_calls;
bool keep_temp_files;
bool ignore_unknown_attributes;
bool no_bounds_check;