aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorspicyzboss <supachai@spicyz.io>2024-03-08 15:55:37 +0700
committerspicyzboss <supachai@spicyz.io>2024-03-08 15:55:37 +0700
commit4f1753deaa2481839a0cc4c690d703b3dfebcb5f (patch)
tree8f4fc526c8f154816e09a8e0b57678b6d4be523c /doc
parent67fb94ce42205e290e3f382a682ebfc8a13053bd (diff)
downloadbitcoin-4f1753deaa2481839a0cc4c690d703b3dfebcb5f.tar.xz
doc: Wrap flags with code in developer-notes.md
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 13b9016d40..89c13600eb 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -358,7 +358,7 @@ produce better debugging builds.
### Show sources in debugging
If you have ccache enabled, absolute paths are stripped from debug information
-with the -fdebug-prefix-map and -fmacro-prefix-map options (if supported by the
+with the `-fdebug-prefix-map` and `-fmacro-prefix-map` options (if supported by the
compiler). This might break source file detection in case you move binaries
after compilation, debug from the directory other than the project root or use
an IDE that only supports absolute paths for debugging.