Update src/compiler-debugging.md

This commit is contained in:
Joshua Nelson 2022-08-10 09:23:00 -05:00
parent c328379974
commit 05084c67ff
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ If you want to use GDB to debug rustc, please set `config.toml` with options:
[rust] [rust]
debug = true debug = true
debuginfo-level = 2 debuginfo-level = 2
# WANRING: this will cost a lot of disk space (about 35GB) and compiling time. # WARNING: this will use a lot of disk space (about 35GB) and compile time.
# Without debuginfo-level, you may also track the execution path, but lost # Without debuginfo-level, you may also track the execution path, but lost
# the symbol information for debugging. # the symbol information for debugging.
``` ```