Skip to content

Commit 6c79a0e

Browse files
Fix debuginfo reference
1 parent 32a4248 commit 6c79a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ configuration used in the build process. Some options to note:
113113
- `compiler-docs = true` - Build compiler documentation
114114

115115
#### `[rust]`:
116-
- `debuginfo = true` - Build a debug version of the compiler
116+
- `debuginfo = true` - Build a compiler with debuginfo
117117
- `optimize = false` - Disable optimizations to speed up compilation of stage1 rust
118118

119119
For more options, the `config.toml` file contains commented out defaults, with

0 commit comments

Comments
 (0)