Add -show-timings; Clean up polymorphic procedure code a bit

This commit is contained in:
Ginger Bill
2017-07-07 15:26:49 +01:00
parent 2db03cb4a5
commit 773cf5ca08
7 changed files with 373 additions and 275 deletions
+1
View File
@@ -18,6 +18,7 @@ struct BuildContext {
bool is_dll;
bool generate_docs;
i32 optimization_level;
bool show_timings;
};