summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-02-23 21:25:20 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-23 14:11:26 +0100
commitc1fcb1db996a79cdd6bb88c720c18ee734ea23c8 (patch)
tree7124e32c5a0e4c305ca4c23eb74c7fb06bbd0a39 /vcbuild.bat
parent491ec171ec6b940536e77af0c61c50e10a1848d5 (diff)
downloadnode-new-c1fcb1db996a79cdd6bb88c720c18ee734ea23c8.tar.gz
build: change default BUILDTYPE of vcbuild.bat
From Debug to Release.
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 54f579dce1..9dd804a773 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -12,7 +12,7 @@ if /i "%1"=="--?" goto help
if /i "%1"=="/?" goto help
@rem Process arguments.
-set config=Debug
+set config=Release
set target=Build
set target_arch=ia32
set noprojgen=