xref: /freebsd/tools/build/options/WITH_REPRODUCIBLE_PATHS (revision 8e951583936980909d34a6104ace781541fb62b1)
1Modify the paths encoded in binary artifacts to be standard path
2
3Normally, the actual path is encoded in the binary. However, this makes the
4build differ depending on the path it was built from. With this option enabled,
5the paths recorded are /usr/src, regardless of the actual path. With this option
6disabled, the actual paths are recorded.
7