Skip to content
Snippets Groups Projects

build_path: reference -fdebug-prefix-map and clarify other work-arounds

Merged Sylvain Beucler requested to merge (removed):patch-3 into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • merged

  • Chris Lamb mentioned in commit 5500deed

    mentioned in commit 5500deed

  • Please register or sign in to reply
    Loading