mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
error return traces are *not* enabled for ReleaseSafe
https://github.com/ziglang/zig/issues/24232
This commit is contained in:
parent
3c046ab9d9
commit
a91b4aab73
1 changed files with 1 additions and 1 deletions
|
|
@ -3215,7 +3215,7 @@ fn createFoo(param: i32) !Foo {
|
|||
to increase their development pace.
|
||||
</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>
|
||||
There are a few ways to activate this error return tracing feature:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue