Skip to content
Snippets Groups Projects
Commit eb155f75 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: make prefix mapping of debug information optional


Remapping the local build path in debug information makes debugging
using ./scripts/remote-gdb harder, because files no longer refer to the full
path on the build host.

For local builds, debug information does not need to be reproducible,
since it will be stripped out of packages anyway.

For buildbot builds, it makes sense to keep debug information reproducible,
since the full path is not needed (nor desired) anywhere.

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 25e0ae6b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment