Browse Source

build: build an x64 build by default on Windows

PR-URL: https://github.com/nodejs/node/pull/11537
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v6
Nikolai Vavilov 8 years ago
committed by GitHub
parent
commit
d08836003c
  1. 2
      vcbuild.bat

2
vcbuild.bat

@ -14,7 +14,7 @@ if /i "%1"=="/?" goto help
@rem Process arguments. @rem Process arguments.
set config=Release set config=Release
set target=Build set target=Build
set target_arch=x86 set target_arch=x64
set target_env= set target_env=
set noprojgen= set noprojgen=
set nobuild= set nobuild=

Loading…
Cancel
Save