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 argument 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: #13417
- Loading branch information