Remove backticks and comment about possible bug

This commit is contained in:
Ryan Levick 2021-01-05 09:54:03 +01:00 committed by Joshua Nelson
parent 8a8bb49afa
commit d01012ada8
1 changed files with 1 additions and 5 deletions

View File

@ -14,11 +14,7 @@ set `debug = true` in your config.toml.
Setting `debug = true` turns on many different debug options (e.g., `debug-assertions`,
`debug-logging`, etc.) which can be individually tweaked if you want to, but many people
simply set `debug = true`. Check out the comments in `config.toml.example` for more info.
In some cases, just setting these options will not trigger a rebuild,
so if you changed it and you already have a compiler built, you might
want to call `x.py clean` to force a rebuild.
simply set `debug = true`. Check out the comments in config.toml.example for more info.
You will need to rebuild the compiler once you've changed any configuration options.