The compiler option -fdebug-prefix-map is unconditionally set by the build system. This is problematic for many reasons:
- Users and devs have no easy way to disable it without modifying the build system source code
- The mapping is broken since the cmake migration, and requires manual fixups such as #31204 or #31957
Fix all issues by temporarily removing it.
Though, the option is kept for the guix build, so that no change in behavior is observed for the release binaries.
The option can be added back in the future, if there is any need to. Though, adding it back should ideally work out of the box, or at least provide easy workarounds for all commonly used tooling.