mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
build: change default BUILDTYPE of vcbuild.bat
From Debug to Release.
This commit is contained in:
committed by
Ben Noordhuis
parent
491ec171ec
commit
c1fcb1db99
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user