Skip to content

Commit 54172c6

Browse files
committed
Merge bitcoin/bitcoin#29595: doc: Wrap flags with code in developer-notes.md
4f1753d doc: Wrap flags with code in developer-notes.md (spicyzboss) Pull request description: Before wrap code block <img width="1077" alt="image" src="https://github.com/bitcoin/bitcoin/assets/73651621/93f39960-311d-411d-acaf-dce69ad36ca0"> After wrap code block <img width="1073" alt="image" src="https://github.com/bitcoin/bitcoin/assets/73651621/fe6a5cd2-e981-45b1-a150-5a55fab81ae6"> ACKs for top commit: fanquake: ACK 4f1753d Tree-SHA512: 15a123f3a13c62d9cfdf62d5df351b8c2b3f9f666fba5a2722325600d802a29da61773ad32fb9f8483a915f59dd42731ba724b81b7874d39cb9627f0266b5713
2 parents c49450d + 4f1753d commit 54172c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ produce better debugging builds.
358358
### Show sources in debugging
359359

360360
If you have ccache enabled, absolute paths are stripped from debug information
361-
with the -fdebug-prefix-map and -fmacro-prefix-map options (if supported by the
361+
with the `-fdebug-prefix-map` and `-fmacro-prefix-map` options (if supported by the
362362
compiler). This might break source file detection in case you move binaries
363363
after compilation, debug from the directory other than the project root or use
364364
an IDE that only supports absolute paths for debugging.

0 commit comments

Comments
 (0)