It is interesting that they recommend against -fdebug-prefix-map and friends, as it is the solution Rust settled on in the form of --remap-path-prefix.
-fdebug-prefix-map
--remap-path-prefix
It is interesting that they recommend against
-fdebug-prefix-map
and friends, as it is the solution Rust settled on in the form of--remap-path-prefix
.