Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/rust: Replace gcc -m argumetn with a -f argument
-m arguments aren't portable across architectures. -fipa-pta will hopefully be portable for gcc, but also not implemented by clang. Fixes: mesonbuild#13417
- Loading branch information