We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c51cfb + a07b9b3 commit c84bc94Copy full SHA for c84bc94
meson.build
@@ -95,6 +95,7 @@ if cc.get_id() == 'msvc'
95
'-we4053', # an expression of type void was used as an operand
96
'-we4071', # no function prototype given
97
'-we4819', # the file contains a character that cannot be represented in the current code page
98
+ '/utf-8', # Set the input and exec encoding to utf-8, like is the default with GCC
99
]
100
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
101
test_cflags = [
0 commit comments