authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-09-26 02:14:07-07:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-28 08:18:45+02:00
logc40dbd6ff098e9df91cfe3f602419869293e889b
tree3e10531afe2684238e8252e52a4cce930c70e0a9
parent65af34b1bf43c6354618dd95d16297f2be8f4a1b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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
...@@ -539,8 +539,8 @@ const usage_build_generic =...@@ -539,8 +539,8 @@ const usage_build_generic =
539 \\ -funwind-tables Always produce unwind table entries for all functions539 \\ -funwind-tables Always produce unwind table entries for all functions
540 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions540 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
541 \\ -fno-unwind-tables Never produce unwind table entries541 \\ -fno-unwind-tables Never produce unwind table entries
542 \\ -ferror-tracing Enable error tracing in ReleaseFast mode542 \\ -ferror-tracing Enable error tracing in release builds
543 \\ -fno-error-tracing Disable error tracing in Debug and ReleaseSafe mode543 \\ -fno-error-tracing Disable error tracing in debug builds
544 \\ -fsingle-threaded Code assumes there is only one thread544 \\ -fsingle-threaded Code assumes there is only one thread
545 \\ -fno-single-threaded Code may not assume there is only one thread545 \\ -fno-single-threaded Code may not assume there is only one thread
546 \\ -fstrip Omit debug symbols546 \\ -fstrip Omit debug symbols