diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-19 15:06:56 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-19 15:06:56 +0000 |
| commit | cec9f7abfe55a70fc7e56960eda1870aee596cbb (patch) | |
| tree | c29bf4b61514704af30a36d09967f8c0e57a04a4 /src/build_settings.cpp | |
| parent | 284a9cd4c3f22be3b66b0a45406a0ea10fe508bf (diff) | |
Add `-debug` command (still in development)
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 b18dc0c43..496de46ba 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -22,6 +22,7 @@ struct BuildContext { i32 optimization_level; bool show_timings; bool keep_temp_files; + bool debug; gbAffinity affinity; isize thread_count; |