mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 01:45:12 +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