Provide separate option for std debug asserts
This commit is contained in:
parent
d903a9def4
commit
6c415450fd
3 changed files with 18 additions and 1 deletions
|
@ -314,6 +314,10 @@
|
|||
# library.
|
||||
#debug-assertions = false
|
||||
|
||||
# Whether or not debug assertions are enabled for the standard library.
|
||||
# Overrides the `debug-assertions` option, if defined.
|
||||
#debug-assertions-std = false
|
||||
|
||||
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
|
||||
# `0` - no debug info
|
||||
# `1` - line tables only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue