From c9617558e3d0f798ff0b9607b5ea2dc80d88c972 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 8 Mar 2024 10:15:19 +0000 Subject: [PATCH] Merge bitcoin/bitcoin#29595: doc: Wrap flags with code in developer-notes.md 4f1753deaa2481839a0cc4c690d703b3dfebcb5f doc: Wrap flags with code in developer-notes.md (spicyzboss) Pull request description: Before wrap code block image After wrap code block image ACKs for top commit: fanquake: ACK 4f1753deaa2481839a0cc4c690d703b3dfebcb5f Tree-SHA512: 15a123f3a13c62d9cfdf62d5df351b8c2b3f9f666fba5a2722325600d802a29da61773ad32fb9f8483a915f59dd42731ba724b81b7874d39cb9627f0266b5713 --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 5d6fd6d420..36c0112534 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -326,7 +326,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.