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.