From d821a49adb48c3ca56e6991065149b8448eea5be Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Tue, 30 Oct 2018 12:05:23 -0400 Subject: [PATCH] dontland! windows workaround --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index 1e31440cc29857..a07ba28e4dbbf1 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -61,7 +61,7 @@ set doc= :next-arg if "%1"=="" goto args-done if /i "%1"=="debug" set config=Debug&goto arg-ok -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 if /i "%1"=="clean" set target=Clean&goto arg-ok if /i "%1"=="ia32" set target_arch=x86&goto arg-ok if /i "%1"=="x86" set target_arch=x86&goto arg-ok