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.
1 parent c7be1a7 commit 442d58bCopy full SHA for 442d58b
source/projectGenerator_compiler.cpp
@@ -179,7 +179,7 @@ popd\n";
179
for (uint i = 0; i < numClCalls; i++) {
180
launchBat += "cl.exe ";
181
launchBat += extraCl + R"( /D"_DEBUG" /D"WIN32" /D"_WINDOWS" /D"HAVE_AV_CONFIG_H" /D"_USE_MATH_DEFINES" )" +
182
- runCommands + " /c /MP /w /nologo";
+ runCommands + " /c /MP /w /nologo /utf-8";
183
uint uiStartPos = totalPos;
184
for (; totalPos < min(uiStartPos + rowSize, j.second.size()); totalPos++) {
185
if (runType == 0) {
0 commit comments