From 4f1753deaa2481839a0cc4c690d703b3dfebcb5f Mon Sep 17 00:00:00 2001 From: spicyzboss Date: Fri, 8 Mar 2024 15:55:37 +0700 Subject: doc: Wrap flags with code in developer-notes.md --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 13b9016d40..89c13600eb 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -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. -- cgit v1.2.3