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 9bb15f4 commit d821a49Copy full SHA for d821a49
vcbuild.bat
@@ -61,7 +61,7 @@ set doc=
61
:next-arg
62
if "%1"=="" goto args-done
63
if /i "%1"=="debug" set config=Debug&goto arg-ok
64
-if /i "%1"=="release" set config=Release&set ltcg=1&set "pch="&goto arg-ok
+if /i "%1"=="release" set config=Release&goto arg-ok
65
if /i "%1"=="clean" set target=Clean&goto arg-ok
66
if /i "%1"=="ia32" set target_arch=x86&goto arg-ok
67
if /i "%1"=="x86" set target_arch=x86&goto arg-ok
0 commit comments