build: make prefix mapping of debug information optional
authorFelix Fietkau <nbd@nbd.name>
Mon, 22 Jun 2020 19:44:37 +0000 (21:44 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 6 Aug 2020 10:36:24 +0000 (12:36 +0200)
commiteb155f755a0e4308d8b08621649fd76bb917105c
treedbb65a93ede9a83f856328709d6cb5e6fd627cc3
parent25e0ae6bfc3bdc05795b988c0b4faec993d71157
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: Felix Fietkau <nbd@nbd.name>
config/Config-build.in
rules.mk