We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e59cf9 commit b037515Copy full SHA for b037515
src/bootstrap/defaults/config.compiler.toml
@@ -8,6 +8,8 @@ compiler-docs = true
8
# where adding `debug!()` appears to do nothing.
9
# However, it makes running the compiler slightly slower.
10
debug-logging = true
11
+# Enables debug assertions, which guard from many mistakes when working on the compiler.
12
+debug-assertions = true
13
# Get actually-useful information from backtraces, profiling, etc. with minimal added bytes
14
debuginfo-level = "line-tables-only"
15
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
0 commit comments