Add -help which prints information about the compiler flags

This commit is contained in:
gingerBill
2019-12-21 11:22:46 +00:00
parent c43d17bfec
commit 494b1e7eaa
4 changed files with 139 additions and 338 deletions

View File

@@ -102,6 +102,8 @@ struct BuildContext {
TargetMetrics metrics;
bool show_help;
String out_filepath;
String resource_filepath;
String pdb_filepath;