We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a4248 commit 6c79a0eCopy full SHA for 6c79a0e
CONTRIBUTING.md
@@ -113,7 +113,7 @@ configuration used in the build process. Some options to note:
113
- `compiler-docs = true` - Build compiler documentation
114
115
#### `[rust]`:
116
-- `debuginfo = true` - Build a debug version of the compiler
+- `debuginfo = true` - Build a compiler with debuginfo
117
- `optimize = false` - Disable optimizations to speed up compilation of stage1 rust
118
119
For more options, the `config.toml` file contains commented out defaults, with
0 commit comments