diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-18 15:04:16 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-18 15:04:16 +0100 |
| commit | 738a72943bdb9d0998b11d38efb5300cd02d8190 (patch) | |
| tree | 530e2f050c95fec25e16aa688a46d33375c0b797 /src/build_settings.cpp | |
| parent | 5b0510a6bd6e3d129258b9c9913114f744f57a15 (diff) | |
Try moving parapoly procs into a separate module when doing weak monomorphization
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 077660f10..867c80ac1 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -554,6 +554,7 @@ struct BuildContext { bool internal_no_inline; bool internal_by_value; + bool internal_weak_monomorphization; bool no_threaded_checker; |