Add -keep-temp-files option

This commit is contained in:
Ginger Bill
2017-07-31 12:06:04 +01:00
parent 0fae31fb54
commit 9f4f5f9346
3 changed files with 44 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ struct BuildContext {
bool generate_docs;
i32 optimization_level;
bool show_timings;
bool keep_temp_files;
gbAffinity affinity;
isize thread_count;