This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cc6accdf16 Kconfig/style: fix Kconfig style issue
cc6accdf16 is described below
commit cc6accdf16c615f33c93f84d65a9986ac7d5a131
Author: chao an <[email protected]>
AuthorDate: Sun Aug 4 19:39:54 2024 +0800
Kconfig/style: fix Kconfig style issue
fix this issue reviewed by PR:
https://github.com/apache/nuttx/pull/12667
https://github.com/apache/nuttx/pull/12667#discussion_r1699358220
Signed-off-by: chao an <[email protected]>
---
Kconfig | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Kconfig b/Kconfig
index 027fda7b5c..2c3fef1530 100644
--- a/Kconfig
+++ b/Kconfig
@@ -453,15 +453,15 @@ config OUTPUT_STRIP_PATHS
default y
depends on ARCH_TOOLCHAIN_GNU
---help---
- Cmake build provide absolute paths to compile files. If __FILE__
- macros are used in the source code(ASSERT), the binary will contain
- many invalid paths.
- This saves some memory, stops exposing build systems locations in
binaries,
- make failure logs more deterministic and most importantly makes
builds more
- failure logs more deterministic and most importantly makes builds more
- deterministic.
- Debuggers usually have a path mapping feature to ensure the files are
- still found.
+ Cmake build provide absolute paths to compile files. If __FILE__
+ macros are used in the source code(ASSERT), the binary will
contain
+ many invalid paths.
+ This saves some memory, stops exposing build systems locations
in binaries,
+ make failure logs more deterministic and most importantly makes
builds more
+ failure logs more deterministic and most importantly makes
builds more
+ deterministic.
+ Debuggers usually have a path mapping feature to ensure the
files are
+ still found.
endmenu # Binary Output Formats