mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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.
This commit is contained in:
parent
e0dc2e4e3f
commit
b1a0a4e03b
@ -523,8 +523,8 @@ const usage_build_generic =
|
|||||||
\\ -funwind-tables Always produce unwind table entries for all functions
|
\\ -funwind-tables Always produce unwind table entries for all functions
|
||||||
\\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
|
\\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
|
||||||
\\ -fno-unwind-tables Never produce unwind table entries
|
\\ -fno-unwind-tables Never produce unwind table entries
|
||||||
\\ -ferror-tracing Enable error tracing in ReleaseFast mode
|
\\ -ferror-tracing Enable error tracing in release builds
|
||||||
\\ -fno-error-tracing Disable error tracing in Debug and ReleaseSafe mode
|
\\ -fno-error-tracing Disable error tracing in debug builds
|
||||||
\\ -fsingle-threaded Code assumes there is only one thread
|
\\ -fsingle-threaded Code assumes there is only one thread
|
||||||
\\ -fno-single-threaded Code may not assume there is only one thread
|
\\ -fno-single-threaded Code may not assume there is only one thread
|
||||||
\\ -fstrip Omit debug symbols
|
\\ -fstrip Omit debug symbols
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user