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.
/F 16777216
1 parent ae1fa8a commit f2fe971Copy full SHA for f2fe971
1 file changed
make.bat
@@ -214,7 +214,7 @@ if exist "%InstallDir%/Common7/Tools/vsdevcmd.bat" (
214
set ObjFile=.v.c.obj
215
216
echo ^> Attempting to build "%V_BOOTSTRAP%" (from v_win.c) with MSVC
217
-cl.exe /volatile:ms /Fo%ObjFile% /W0 /MD /D_VBOOTSTRAP "vc/v_win.c" user32.lib kernel32.lib advapi32.lib shell32.lib ws2_32.lib /link /nologo /out:"%V_BOOTSTRAP%" /incremental:no
+cl.exe /volatile:ms /Fo%ObjFile% /W0 /MD /D_VBOOTSTRAP /F 16777216 "vc/v_win.c" user32.lib kernel32.lib advapi32.lib shell32.lib ws2_32.lib /link /nologo /out:"%V_BOOTSTRAP%" /incremental:no
218
if %ERRORLEVEL% NEQ 0 (
219
echo In some cases, compile errors happen because of the MSVC compiler version
220
cl.exe
0 commit comments