mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Make static map calls the default; add -dynamic-map-calls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user