Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Avoid using the
-ffile-prefix-map
compiler option
The `-ffile-prefix-map` compiler option implies `-fprofile-prefix-map` on GCC or `-fcoverage-prefix-map` on Clang, which can lead to issues with coverage builds. This change applies only the options necessary for build reproducibility and accurate source location messages.
- Loading branch information