about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2020-05-20 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2020-05-20 16:48:45 +0200
commit6778c7a7c147385fc8a95ead842844b005409301 (patch)
tree1c0765eb00015de12882dc36ef4efc97d4de76a4
parent64ad709ad4d2863b7995d8b9e90a1bedb7d0ccf1 (diff)
Show default values for debug-assertions & debug-assertions-std
-rw-r--r--config.toml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example
index ffe907c9da9..cf8fe4e082a 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -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