mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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 <anchao@lixiang.com>
This commit is contained in:
@@ -453,15 +453,15 @@ config OUTPUT_STRIP_PATHS
|
|||||||
default y
|
default y
|
||||||
depends on ARCH_TOOLCHAIN_GNU
|
depends on ARCH_TOOLCHAIN_GNU
|
||||||
---help---
|
---help---
|
||||||
Cmake build provide absolute paths to compile files. If __FILE__
|
Cmake build provide absolute paths to compile files. If __FILE__
|
||||||
macros are used in the source code(ASSERT), the binary will contain
|
macros are used in the source code(ASSERT), the binary will contain
|
||||||
many invalid paths.
|
many invalid paths.
|
||||||
This saves some memory, stops exposing build systems locations in binaries,
|
This saves some memory, stops exposing build systems locations in binaries,
|
||||||
make failure logs more deterministic and most importantly makes builds more
|
make failure logs more deterministic and most importantly makes builds more
|
||||||
failure logs more deterministic and most importantly makes builds more
|
failure logs more deterministic and most importantly makes builds more
|
||||||
deterministic.
|
deterministic.
|
||||||
Debuggers usually have a path mapping feature to ensure the files are
|
Debuggers usually have a path mapping feature to ensure the files are
|
||||||
still found.
|
still found.
|
||||||
|
|
||||||
endmenu # Binary Output Formats
|
endmenu # Binary Output Formats
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user