Skip to content

Commit 290a1b3

Browse files
committed
dontland! windows workaround
1 parent b22cc31 commit 290a1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ set doc=
6161
:next-arg
6262
if "%1"=="" goto args-done
6363
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
64+
if /i "%1"=="release" set config=Release&goto arg-ok
6565
if /i "%1"=="clean" set target=Clean&goto arg-ok
6666
if /i "%1"=="ia32" set target_arch=x86&goto arg-ok
6767
if /i "%1"=="x86" set target_arch=x86&goto arg-ok

0 commit comments

Comments
 (0)