diff options
| author | gingerBill <bill@gingerbill.org> | 2019-12-21 11:22:46 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-12-21 11:22:46 +0000 |
| commit | 494b1e7eaa0368f95fa7bd6d993a2f3ecec831ea (patch) | |
| tree | c1d3c07aa31eea60ad85f868af57f017ddd179d3 /src/build_settings.cpp | |
| parent | c43d17bfec9cc99f4d282fe05c5579e318825c2a (diff) | |
Add `-help` which prints information about the compiler flags
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 865c7e565..4b76106bd 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -102,6 +102,8 @@ struct BuildContext { TargetMetrics metrics; + bool show_help; + String out_filepath; String resource_filepath; String pdb_filepath; |