mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
doc: Wrap flags with code in developer-notes.md
This commit is contained in:
parent
67fb94ce42
commit
4f1753deaa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue