From cb644a6d234985d023870f9da08b37c2af72491f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 19 Jun 2023 12:48:28 +0800 Subject: [PATCH] MSVC Builds: Don't enable -utf-8 explicitly We already require a Meson release that enables -utf-8 by default, so we don't really need to explicitly enable it here. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index f96487f964..55d8dcc2be 100644 --- a/meson.build +++ b/meson.build @@ -251,7 +251,6 @@ if cc.get_id() == 'msvc' test_cflags = [ '-FI@0@/build-aux/msvc/msvc_recommended_pragmas.h'.format(meson.project_source_root()), '-D_USE_MATH_DEFINES', - '-utf-8', '-Zc:preprocessor' ] add_project_arguments(cc.get_supported_arguments(test_cflags), language: 'c') -- 2.30.2