-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Add a dedicated debug-logging option to config.toml #76588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -321,19 +321,19 @@ | |
# binary, otherwise they are omitted. | ||
# | ||
# Defaults to rust.debug value | ||
#debug-assertions = false | ||
#debug-assertions = debug | ||
|
||
# Whether or not debug assertions are enabled for the standard library. | ||
# Overrides the `debug-assertions` option, if defined. | ||
# | ||
# Defaults to rust.debug-assertions value | ||
#debug-assertions-std = false | ||
#debug-assertions-std = debug-assertions | ||
|
||
# Whether or not to leave debug! and trace! calls in the rust binary. | ||
# Overrides the `debug-assertions` option, if defined. | ||
# | ||
# Defaults to rust.debug-assertions value | ||
|
||
#debug-logging = true | ||
#debug-logging = debug-assertions | ||
|
||
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`. | ||
# `0` - no debug info | ||
|
Uh oh!
There was an error while loading. Please reload this page.