diff options
| author | gingerBill <bill@gingerbill.org> | 2022-02-28 13:39:27 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-02-28 13:40:01 +0000 |
| commit | 278e239973ab1e680bd36f90c069ec798930e54b (patch) | |
| tree | 2e3c1da08fd432fdae46f6ee772f9acf043002ca /src/build_settings.cpp | |
| parent | 01162e08b55406578a2972d74c472de8a14f12b8 (diff) | |
Commit rest of code for `-disallow-rtti`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index d6cdd7006..b2d6c4f43 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -277,6 +277,8 @@ struct BuildContext { bool copy_file_contents; + bool disallow_rtti; + RelocMode reloc_mode; bool disable_red_zone; @@ -946,7 +948,6 @@ void init_build_context(TargetMetrics *cross_target) { } } - bc->copy_file_contents = true; TargetMetrics *metrics = nullptr; |