mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Calling @panic made the executable ~30x times bigger, use a simple `abort()` and let the user figure out what went wrong. Supporting ARMv6 (and earlier?) platforms is not a priority. Closes #6676