The source project of this merge request has been removed.
build_path: reference -fdebug-prefix-map and clarify other work-arounds
Merged
build_path: reference -fdebug-prefix-map and clarify other work-arounds
(removed):patch-3
into
master
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
16 16 In most cases however, post-processing is required to either remove the 17 17 build path or to normalize it to a predefined value. 18 18 19 For the specific case of [DWARF 19 For the specific case of [debug 20 20 symbols](https://en.wikipedia.org/wiki/DWARF), there is currently no good 21 tool to 22 change them to a pre-determined value after a build[^debugedit]. A work-around is to 23 [define the build path as part of the build environment]({{ "/docs/perimeter/" | prepend: site.baseurl }}). 21 post-processing tool to 22 change them to a pre-determined value[^debugedit]. A work-around is to 23 [define the build path as part of the build environment]({{ "/docs/perimeter/" | prepend: site.baseurl }}), 24 however `reprotest` changes it so this makes it harder to assess reproducibility. 25 Another work-around is GCC's `-fdebug-prefix-map`, though it does not mentioned in commit 5500deed
Please register or sign in to reply