diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-07-31 12:06:04 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-07-31 12:06:04 +0100 |
| commit | 9f4f5f9346455a322f5e2fbea022fae0406285b3 (patch) | |
| tree | fd7a9a39d77c16f967cc6e5c8af8b2fafd89cff4 /src/build_settings.cpp | |
| parent | 0fae31fb545b474359359fd644911fa335c5c282 (diff) | |
Add -keep-temp-files option
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index b34e906c6..cc06dcfe3 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -19,6 +19,7 @@ struct BuildContext { bool generate_docs; i32 optimization_level; bool show_timings; + bool keep_temp_files; gbAffinity affinity; isize thread_count; |