diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-29 12:04:31 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-29 12:04:31 +0100 |
| commit | d6b8544f508183871b636f8742ba813863d036f3 (patch) | |
| tree | 87614e908c0d9d63d036777ec264a9b2f5ec2f58 /src/build_settings.cpp | |
| parent | 4b71c47fd5e70f0f96e139e17637cf5de1beb2fc (diff) | |
Add internal flag for testing stuff
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 f9c426487..47a29a461 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -878,6 +878,7 @@ struct BuildContext { bool ignore_lazy; bool ignore_llvm_build; + bool ignore_panic; bool ignore_microsoft_magic; bool linker_map_file; |