commit | a0ffaa763cf2d63eea2725bac8da4ff82a681c60 | [log] [tgz] |
---|---|---|
author | Martin Jäger <martin@libre.solar> | Wed Mar 29 16:06:30 2023 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Tue Apr 04 18:02:05 2023 +0200 |
tree | cf4aa3ffa228fcbbde892ade6ccd37ec64992cdc | |
parent | d6dfacc9c6cd0af617e867b996092e20925dea26 [diff] |
cmake: strip paths in build output based on Kconfig option Add CONFIG_BUILD_OUTPUT_STRIP_PATHS to allow keeping absolute paths in the build output. This can be helpful for IDEs to detect links in a console output and jump to the code location (e.g. when running tests in native_posix locally). Debuggers usually have a path mapping feature to ensure the files are still found. Signed-off-by: Martin Jäger <martin@libre.solar>