diff options
author | Shigeki Ohtsu <ohtsu@iij.ad.jp> | 2012-02-23 21:25:20 +0900 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-02-23 14:11:26 +0100 |
commit | c1fcb1db996a79cdd6bb88c720c18ee734ea23c8 (patch) | |
tree | 7124e32c5a0e4c305ca4c23eb74c7fb06bbd0a39 /vcbuild.bat | |
parent | 491ec171ec6b940536e77af0c61c50e10a1848d5 (diff) | |
download | node-new-c1fcb1db996a79cdd6bb88c720c18ee734ea23c8.tar.gz |
build: change default BUILDTYPE of vcbuild.bat
From Debug to Release.
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 2 |
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= |