diff options
| author | gingerBill <bill@gingerbill.org> | 2024-12-05 10:44:53 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-12-05 10:49:39 +0000 |
| commit | b36a81ef535b55afa3630eda6ff0b94f77f6c11e (patch) | |
| tree | 276c2c947057707facf8b253a23ca1a5024317cd /src/build_settings.cpp | |
| parent | cdb86d69b3056eb798688f1db1645dfc4e239099 (diff) | |
ABI change: for indirect parameters size_of <= 16, do callee stack copy
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 50fae93b8..15cc4f71d 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -467,6 +467,7 @@ struct BuildContext { BuildCacheData build_cache_data; bool internal_no_inline; + bool internal_by_value; bool no_threaded_checker; |