We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fb94c commit 4f1753dCopy full SHA for 4f1753d
doc/developer-notes.md
@@ -358,7 +358,7 @@ produce better debugging builds.
358
### Show sources in debugging
359
360
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
+with the `-fdebug-prefix-map` and `-fmacro-prefix-map` options (if supported by the
362
compiler). This might break source file detection in case you move binaries
363
after compilation, debug from the directory other than the project root or use
364
an IDE that only supports absolute paths for debugging.
0 commit comments