diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-18 17:13:39 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-18 17:13:39 -0400 |
| commit | eb051a2d7c0ddfa1b28d22ba5466ea973eb0e40d (patch) | |
| tree | 7e56beb41d798d4a685852f2f900ea75f88bdb26 /src | |
| parent | dd31075c33077f3194315599c6b69fb99b5610d9 (diff) | |
Re-enable static map calls on AMD64 SysV
Diffstat (limited to 'src')
| -rw-r--r-- | src/build_settings.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index c941e0f68..04101761c 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -1915,12 +1915,6 @@ gb_internal void init_build_context(TargetMetrics *cross_target, Subtarget subta } - // TODO: Static map calls are bugged on `amd64sysv` abi. - if (bc->metrics.os != TargetOs_windows && bc->metrics.arch == TargetArch_amd64) { - // ENFORCE DYNAMIC MAP CALLS - bc->dynamic_map_calls = true; - } - bc->ODIN_VALGRIND_SUPPORT = false; if (build_context.metrics.os != TargetOs_windows) { switch (bc->metrics.arch) { |