mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 02:54:18 +00:00
Commit rest of code for -disallow-rtti
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user