Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: Use get_supported_arguments()
Instead of iterating over the list of compiler flags, we should use the get_supported_arguments() method of the compiler object, which does it for us — and maybe, in the future, will be optimised to do the checks in parallel.
- Loading branch information