Skip to content

Commit

Permalink
Rollup merge of #72382 - tmiasko:config-toml-debug-assertions, r=niko…
Browse files Browse the repository at this point in the history
…matsakis

Show default values for debug-assertions & debug-assertions-std
  • Loading branch information
RalfJung committed May 21, 2020
2 parents 261505a + 6778c7a commit 503a2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@

# Whether or not debug assertions are enabled for the compiler and standard
# library.
#debug-assertions = false
#debug-assertions = debug

# Whether or not debug assertions are enabled for the standard library.
# 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`.
# `0` - no debug info
Expand Down

0 comments on commit 503a2fd

Please sign in to comment.