Show default values for debug-assertions & debug-assertions-std
This commit is contained in:
parent
64ad709ad4
commit
6778c7a7c1
1 changed files with 2 additions and 2 deletions
|
@ -312,11 +312,11 @@
|
||||||
|
|
||||||
# Whether or not debug assertions are enabled for the compiler and standard
|
# Whether or not debug assertions are enabled for the compiler and standard
|
||||||
# library.
|
# library.
|
||||||
#debug-assertions = false
|
#debug-assertions = debug
|
||||||
|
|
||||||
# Whether or not debug assertions are enabled for the standard library.
|
# Whether or not debug assertions are enabled for the standard library.
|
||||||
# Overrides the `debug-assertions` option, if defined.
|
# Overrides the `debug-assertions` option, if defined.
|
||||||
#debug-assertions-std = false
|
#debug-assertions-std = debug-assertions
|
||||||
|
|
||||||
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
|
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
|
||||||
# `0` - no debug info
|
# `0` - no debug info
|
||||||
|
|
Loading…
Add table
Reference in a new issue