Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-02-23 16:25:20 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-23 17:11:26 +0400
commitc1fcb1db996a79cdd6bb88c720c18ee734ea23c8 (patch)
tree7124e32c5a0e4c305ca4c23eb74c7fb06bbd0a39 /vcbuild.bat
parent491ec171ec6b940536e77af0c61c50e10a1848d5 (diff)
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 54f579dce1c..9dd804a773c 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=