Skip to content

Commit 6778c7a

Browse files
committed
Show default values for debug-assertions & debug-assertions-std
1 parent 64ad709 commit 6778c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@
312312

313313
# Whether or not debug assertions are enabled for the compiler and standard
314314
# library.
315-
#debug-assertions = false
315+
#debug-assertions = debug
316316

317317
# Whether or not debug assertions are enabled for the standard library.
318318
# Overrides the `debug-assertions` option, if defined.
319-
#debug-assertions-std = false
319+
#debug-assertions-std = debug-assertions
320320

321321
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
322322
# `0` - no debug info

0 commit comments

Comments
 (0)