doc: Wrap flags with code in developer-notes.md

This commit is contained in:
spicyzboss 2024-03-08 15:55:37 +07:00
parent 67fb94ce42
commit 4f1753deaa
No known key found for this signature in database
GPG key ID: 73969B1E1E340939

View file

@ -358,7 +358,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.