From d01012ada8f9e56ec04e634d1e1e2c29426fa2a8 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Tue, 5 Jan 2021 09:54:03 +0100 Subject: [PATCH] Remove backticks and comment about possible bug --- src/compiler-debugging.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index 13cb3cf7..2fb2e603 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -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.