diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build index e4579d2..b1c9023 100644 --- a/meson.build +++ b/meson.build @@ -30,11 +30,6 @@ cc = meson.get_compiler('c') # Set global warning flags subdir('meson/suppressions') -# Build as C++ with MSVC -if cc.get_id() == 'msvc' - add_project_arguments(['/TP'], language: ['c']) -endif - ################ # Dependencies # ################ |