Skip to content

Commit c40dbd6

Browse files
squeek502alexrp
authored andcommitted
Update descriptions of -f[no-]error-tracing to match the actual behavior
Before #18160, error tracing defaulted to true in ReleaseSafe, but that is no longer the case. These option descriptions were never updating accordingly.
1 parent 65af34b commit c40dbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ const usage_build_generic =
539539
\\ -funwind-tables Always produce unwind table entries for all functions
540540
\\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
541541
\\ -fno-unwind-tables Never produce unwind table entries
542-
\\ -ferror-tracing Enable error tracing in ReleaseFast mode
543-
\\ -fno-error-tracing Disable error tracing in Debug and ReleaseSafe mode
542+
\\ -ferror-tracing Enable error tracing in release builds
543+
\\ -fno-error-tracing Disable error tracing in debug builds
544544
\\ -fsingle-threaded Code assumes there is only one thread
545545
\\ -fno-single-threaded Code may not assume there is only one thread
546546
\\ -fstrip Omit debug symbols

0 commit comments

Comments
 (0)