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.
1414
1515Setting ` 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
2319You will need to rebuild the compiler once you've changed any configuration options.
2420
You can’t perform that action at this time.
0 commit comments