diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-15 18:12:39 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-15 18:12:39 +0000 |
| commit | 557e854864e13f5da23533547b443ffde471cfc9 (patch) | |
| tree | b7ba1f5dd2128ce84162d407ee4da5df3dacb777 /src/build_settings.cpp | |
| parent | f4a7e0b279043357a550c26f1972835f9f5688a1 (diff) | |
`-disable-unwind`
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 7160f3721..31a07aa69 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -582,6 +582,7 @@ struct BuildContext { RelocMode reloc_mode; bool disable_red_zone; + bool disable_unwind; isize max_error_count; |