mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Temporarily make all map get calls dynamic
This commit is contained in:
@@ -281,12 +281,12 @@ gb_internal void error_operand_no_value(Operand *o) {
|
||||
}
|
||||
|
||||
gb_internal void add_map_get_dependencies(CheckerContext *c) {
|
||||
if (build_context.dynamic_map_calls) {
|
||||
// if (build_context.dynamic_map_calls) {
|
||||
add_package_dependency(c, "runtime", "__dynamic_map_get");
|
||||
} else {
|
||||
// } else {
|
||||
add_package_dependency(c, "runtime", "map_desired_position");
|
||||
add_package_dependency(c, "runtime", "map_probe_distance");
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
gb_internal void add_map_set_dependencies(CheckerContext *c) {
|
||||
|
||||
Reference in New Issue
Block a user