Skip to content

Commit a62429b

Browse files
rylevJoshua Nelson
authored andcommitted
Remove backticks and comment about possible bug
1 parent df8df90 commit a62429b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/compiler-debugging.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ set `debug = true` in your config.toml.
1414

1515
Setting `debug = true` turns on many different debug options (e.g., `debug-assertions`,
1616
`debug-logging`, etc.) which can be individually tweaked if you want to, but many people
17-
simply set `debug = true`. Check out the comments in `config.toml.example` for more info.
18-
19-
In some cases, just setting these options will not trigger a rebuild,
20-
so if you changed it and you already have a compiler built, you might
21-
want to call `x.py clean` to force a rebuild.
17+
simply set `debug = true`. Check out the comments in config.toml.example for more info.
2218

2319
You will need to rebuild the compiler once you've changed any configuration options.
2420

0 commit comments

Comments
 (0)