diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-18 20:58:24 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-18 20:58:24 +0100 |
| commit | 9cf69576ab8cb220af5802a04a0aa53dc92046a5 (patch) | |
| tree | dc605f939116c61c23af6f0912fbfeae220ccf96 /src/build_settings.cpp | |
| parent | 4b0a07ba27abf76aa35c364a4c7b71745a1969d7 (diff) | |
More improvements to minimize code gen size
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 867c80ac1..54f11a42d 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -555,6 +555,7 @@ struct BuildContext { bool internal_no_inline; bool internal_by_value; bool internal_weak_monomorphization; + bool internal_ignore_llvm_verification; bool no_threaded_checker; |