Skip to content

Commit e79f368

Browse files
richardlaucodebytere
authored andcommitted
build: remove enable_vtune from vcbuild.bat
vcbuild.bat wasn't updated when vtune support was removed in #28522 Refs: #28522 PR-URL: #31338 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 8296224 commit e79f368

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎vcbuild.bat‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ set noetw_msi_arg=
4949
seti18n_arg=
5050
setdownload_arg=
5151
setbuild_release=
52-
setenable_vtune_arg=
5352
setconfigure_flags=
5453
setbuild_addons=
5554
setdll=
@@ -135,7 +134,6 @@ if /i "%1"=="intl-none" set i18n_arg=none&goto arg-ok
135134
if /i "%1"=="without-intl"seti18n_arg=none&goto arg-ok
136135
if /i "%1"=="download-all"setdownload_arg="--download=all"&goto arg-ok
137136
if /i "%1"=="ignore-flaky"settest_args=%test_args% --flaky-tests=dontcare&goto arg-ok
138-
if /i "%1"=="enable-vtune"setenable_vtune_arg=1&goto arg-ok
139137
if /i "%1"=="dll"setdll=1&goto arg-ok
140138
if /i "%1"=="static"setenable_static=1&goto arg-ok
141139
if /i "%1"=="no-NODE-OPTIONS"setno_NODE_OPTIONS=1&goto arg-ok
@@ -189,7 +187,6 @@ if defined noetw set configure_flags=%configure_flags% --without-etw&
189187
ifdefined ltcg setconfigure_flags=%configure_flags% --with-ltcg
190188
ifdefined release_urlbase setconfigure_flags=%configure_flags% --release-urlbase=%release_urlbase%
191189
ifdefined download_arg setconfigure_flags=%configure_flags%%download_arg%
192-
ifdefined enable_vtune_arg setconfigure_flags=%configure_flags% --enable-vtune-profiling
193190
ifdefined dll setconfigure_flags=%configure_flags% --shared
194191
ifdefined enable_static setconfigure_flags=%configure_flags% --enable-static
195192
ifdefined no_NODE_OPTIONS setconfigure_flags=%configure_flags% --without-node-options
@@ -703,14 +700,13 @@ del .used_configure_flags
703700
gotoexit
704701

705702
:help
706-
echo vcbuild.bat [debug/release] [msi] [doc] [test/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/arm64] [vs2017/vs2019] [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]
703+
echo vcbuild.bat [debug/release] [msi] [doc] [test/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/arm64] [vs2017/vs2019] [download-all] [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]
707704
echo Examples:
708705
echo vcbuild.bat : builds release build
709706
echo vcbuild.bat debug : builds debug build
710707
echo vcbuild.bat release msi : builds release build and MSI installer package
711708
echo vcbuild.bat test : builds debug build and runs tests
712709
echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org
713-
echo vcbuild.bat enable-vtune : builds nodejs with Intel VTune profiling support to profile JavaScript
714710
echo vcbuild.bat link-module my_module.js : bundles my_module as built-in module
715711
echo vcbuild.bat lint : runs the C++, documentation and JavaScript linter
716712
echo vcbuild.bat no-cctest : skip building cctest.exe

0 commit comments

Comments
(0)