mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
7abc3738a2
I find myself quite often creating ReleaseSafe builds and putting them to production for certain experiments: - Debug info are for stack traces. An ongoing example where those would help is #14815. - Safety checks would have saved a couple of mine and @kubkon's hours in #15098. This is a breaking change for scripts that make Zig releases -- I will submit another PR to zig-bootstrap and release-cutter after this is merged. |
||
---|---|---|
.. | ||
aarch64-linux-debug.sh | ||
aarch64-linux-release.sh | ||
aarch64-macos.sh | ||
aarch64-windows.ps1 | ||
x86_64-linux-debug.sh | ||
x86_64-linux-release.sh | ||
x86_64-macos-debug.sh | ||
x86_64-macos-release.sh | ||
x86_64-windows-debug.ps1 | ||
x86_64-windows-release.ps1 |