]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Split payload of FileName::Real to track both real and virutalized paths.
[rust.git] / config.toml.example
index ffe907c9da97c97e7b046346de54c1c26ac70f40..cf8fe4e082ac3928162140fc6d1fce74ddb6e998 100644 (file)
 
 # 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