Skip to content

Commit 4f1753d

Browse files
committed
doc: Wrap flags with code in developer-notes.md
1 parent 67fb94c commit 4f1753d

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)