File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,7 @@ set `debug = true` in your config.toml.
14
14
15
15
Setting ` debug = true ` turns on many different debug options (e.g., ` debug-assertions ` ,
16
16
` 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.
22
18
23
19
You will need to rebuild the compiler once you've changed any configuration options.
24
20
You can’t perform that action at this time.
0 commit comments