authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-09-26 02:14:07-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-09-26 14:01:17-07:00
logb1a0a4e03bf00d56bcd09ef07b733639cdca9ff8
treeec773f90d949a68724f5d92fcacfa7cd6c0d6f0b
parente0dc2e4e3ffe72e5e637e30bdf1d2c59b56f3cb6

Update descriptions of -f[no-]error-tracing to match the actual behavior

Before https://github.com/ziglang/zig/pull/18160, error tracing defaulted to true in ReleaseSafe, but that is no longer the case. These option descriptions were never updating accordingly.

1 files changed, 2 insertions(+), 2 deletions(-)

src/main.zig+2-2
...@@ -523,8 +523,8 @@ const usage_build_generic =...@@ -523,8 +523,8 @@ const usage_build_generic =
523 \\ -funwind-tables Always produce unwind table entries for all functions523 \\ -funwind-tables Always produce unwind table entries for all functions
524 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions524 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
525 \\ -fno-unwind-tables Never produce unwind table entries525 \\ -fno-unwind-tables Never produce unwind table entries
526 \\ -ferror-tracing Enable error tracing in ReleaseFast mode526 \\ -ferror-tracing Enable error tracing in release builds
527 \\ -fno-error-tracing Disable error tracing in Debug and ReleaseSafe mode527 \\ -fno-error-tracing Disable error tracing in debug builds
528 \\ -fsingle-threaded Code assumes there is only one thread528 \\ -fsingle-threaded Code assumes there is only one thread
529 \\ -fno-single-threaded Code may not assume there is only one thread529 \\ -fno-single-threaded Code may not assume there is only one thread
530 \\ -fstrip Omit debug symbols530 \\ -fstrip Omit debug symbols