1
Fork 0

Provide separate option for std debug asserts

This commit is contained in:
Mark Rousskov 2020-05-12 13:00:10 -04:00
parent d903a9def4
commit 6c415450fd
3 changed files with 18 additions and 1 deletions

View file

@ -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