error return traces are *not* enabled for ReleaseSafe

https://github.com/ziglang/zig/issues/24232
This commit is contained in:
IOKG04 2025-07-22 12:32:45 +02:00
parent 3c046ab9d9
commit a91b4aab73

View file

@ -3215,7 +3215,7 @@ fn createFoo(param: i32) !Foo {
to increase their development pace. to increase their development pace.
</p> </p>
<p> <p>
Error Return Traces are enabled by default in {#link|Debug#} and {#link|ReleaseSafe#} builds and disabled by default in {#link|ReleaseFast#} and {#link|ReleaseSmall#} builds. Error Return Traces are enabled by default in {#link|Debug#} builds and disabled by default in {#link|ReleaseFast#}, {#link|ReleaseSafe#} and {#link|ReleaseSmall#} builds.
</p> </p>
<p> <p>
There are a few ways to activate this error return tracing feature: There are a few ways to activate this error return tracing feature: