@@ -16,7 +16,6 @@ set config=Release
1616set target = Build
1717set target_arch = x64
1818set ltcg =
19- set pch = 1
2019set target_env =
2120set noprojgen =
2221set projgen =
@@ -63,7 +62,7 @@ set doc=
6362:next-arg
6463if " %1 " == " " goto args-done
6564if /i " %1 " == " debug" set config = Debug& goto arg-ok
66- if /i " %1 " == " release" set config = Release& set ltcg=1& set " pch= " & set cctest=1& goto arg-ok
65+ if /i " %1 " == " release" set config = Release& set ltcg=1& set cctest=1& goto arg-ok
6766if /i " %1 " == " clean" set target = Clean& goto arg-ok
6867if /i " %1 " == " ia32" set target_arch = x86& goto arg-ok
6968if /i " %1 " == " x86" set target_arch = x86& goto arg-ok
@@ -77,7 +76,6 @@ if /i "%1"=="sign" set sign=1&goto arg-ok
7776if /i " %1 " == " nosnapshot" set nosnapshot = 1& goto arg-ok
7877if /i " %1 " == " noetw" set noetw = 1& goto arg-ok
7978if /i " %1 " == " ltcg" set ltcg = 1& goto arg-ok
80- if /i " %1 " == " nopch" set " pch = " & goto arg-ok
8179if /i " %1 " == " licensertf" set licensertf = 1& goto arg-ok
8280if /i " %1 " == " test" set test_args = %test_args% -J %common_test_suites% & set lint_cpp=1& set lint_js=1& set lint_md=1& goto arg-ok
8381if /i " %1 " == " test-ci" set test_args = %test_args% %test_ci_args% -p tap --logfile test.tap %common_test_suites% & set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap& goto arg-ok
@@ -158,7 +156,6 @@ if defined build_release (
158156 set projgen = 1
159157 set cctest = 1
160158 set ltcg = 1
161- set " pch = "
162159)
163160
164161if defined msi set stage_package = 1
@@ -174,7 +171,6 @@ if "%config%"=="Debug" set configure_flags=%configure_flags% --debug
174171if defined nosnapshot set configure_flags = %configure_flags% --without-snapshot
175172if defined noetw set configure_flags = %configure_flags% --without-etw& set noetw_msi_arg = /p:NoETW=1
176173if defined ltcg set configure_flags = %configure_flags% --with-ltcg
177- if defined pch set configure_flags = %configure_flags% --with-pch
178174if defined release_urlbase set configure_flags = %configure_flags% --release-urlbase=%release_urlbase%
179175if defined download_arg set configure_flags = %configure_flags% %download_arg%
180176if defined enable_vtune_arg set configure_flags = %configure_flags% --enable-vtune-profiling
@@ -670,7 +666,7 @@ del .used_configure_flags
670666goto exit
671667
672668:help
673- echo vcbuild.bat [debug/release] [msi] [doc] [test/test-ci/test-all/test-addons/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [noetw] [ltcg] [nopch] [ licensetf] [sign] [ia32/x86/x64] [vs2017] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-js-ci/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
669+ echo vcbuild.bat [debug/release] [msi] [doc] [test/test-ci/test-all/test-addons/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64] [vs2017] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-js-ci/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
674670echo Examples:
675671echo vcbuild.bat : builds release build
676672echo vcbuild.bat debug : builds debug build
0 commit comments