diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2018-05-17 10:33:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-17 10:33:23 +0100 |
| commit | af2048570cc96e1c45f4863a6b04b9b4e9376827 (patch) | |
| tree | a1326b5427178d2df4ea4929aa5d01979dfd6bd5 /src/build_settings.cpp | |
| parent | e25c72ecddcf12c82aac439ad3fdc58629379765 (diff) | |
| parent | 1ee4f849cb8e517c2390db0d53792397e404b529 (diff) | |
Merge pull request #222 from shuaDev/master
added compiler command for only parsing and typechecking
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 f01b6a3ad..c58eb9ed8 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -27,6 +27,7 @@ struct BuildContext { bool show_timings; bool keep_temp_files; bool no_bounds_check; + bool no_output_files; gbAffinity affinity; isize thread_count; |