Skip to content

Commit

Permalink
Kconfig/style: fix Kconfig style issue
Browse files Browse the repository at this point in the history
fix this issue reviewed by PR:
apache#12667
apache#12667 (comment)

Signed-off-by: chao an <anchao@lixiang.com>
  • Loading branch information
anchao committed Aug 4, 2024
1 parent 88fb747 commit 75b8f72
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75b8f72

Please sign in to comment.