You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes `deterministic_paths` option by turning it on all the time,
in order to produce reproducible builds, both for `__FILE__` macro and
debug info paths.
This is an alternative to #23212, which did not remove
`deterministic_paths` but always set only `-fmacro-prefix-map` on.
This PR is what was suggested in
#23195 (comment)
and
#23212 (comment).
Fixes#23195.
0 commit comments