diff options
| author | gingerBill <bill@gingerbill.org> | 2020-09-23 17:17:32 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-09-23 17:17:32 +0100 |
| commit | 654b24e5146860933f2d5161b988b37331f4ed29 (patch) | |
| tree | 5c00154de27d3ce3f355766a7018c6296e3d0fb2 /src/build_settings.cpp | |
| parent | fc4fdd588e5bd0c45d04c792267a0f4434c6a38e (diff) | |
Add `-disallow-do`
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 1072141b1..084a7eddd 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -154,6 +154,7 @@ struct BuildContext { bool cross_compiling; bool different_os; bool keep_object_files; + bool disallow_do; bool use_llvm_api; |