diff options
| author | gingerBill <bill@gingerbill.org> | 2023-02-03 12:16:58 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-02-03 12:16:58 +0000 |
| commit | eb457d688d10e760ff581cf9bc33679a14d3a0b2 (patch) | |
| tree | db041118744446c8cc614a7a6436c4d0451d83c2 /src/build_settings.cpp | |
| parent | fcc920ed39c706240ef011fdba7fd1442b01b4d9 (diff) | |
Make static map calls the default; add `-dynamic-map-calls`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index d18ca5603..c36df5527 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -306,7 +306,7 @@ struct BuildContext { bool disallow_rtti; - bool use_static_map_calls; + bool dynamic_map_calls; RelocMode reloc_mode; bool disable_red_zone; |