From a91b4aab734ec17273ca8ea5e4a8afabd6193107 Mon Sep 17 00:00:00 2001 From: IOKG04 Date: Tue, 22 Jul 2025 12:32:45 +0200 Subject: [PATCH] error return traces are *not* enabled for ReleaseSafe https://github.com/ziglang/zig/issues/24232 --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index e8189e5c42..348f35444d 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -3215,7 +3215,7 @@ fn createFoo(param: i32) !Foo { to increase their development pace.

- 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.

There are a few ways to activate this error return tracing feature: