meson: Fix build with MSVC

Check compiler options with cc.get_supported_arguments().

Fixes #842
This commit is contained in:
Kjell Ahlstedt 2025-01-22 19:25:59 +01:00
parent b524cd7af2
commit f043bf2522

View File

@ -76,7 +76,7 @@ global_args = [
'-Wno-format-extra-args',
'-Wno-array-bounds',
]
global_args = cc.get_supported_arguments(global_args)
add_project_arguments(global_args, language: 'c')
# options