summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-07-03 17:24:33 +0200
committerAnna Henningsen <anna@addaleax.net>2019-07-15 00:25:27 +0200
commit88bac02beeef603a756486a484a5c01446672a3a (patch)
tree542ae769f6dd1c7deb531f81eefb1eb01ea088c7 /node.gypi
parentd0e380172a0ffe862fe9ff28aad0532da536952b (diff)
downloadandroid-node-v8-88bac02beeef603a756486a484a5c01446672a3a.tar.gz
android-node-v8-88bac02beeef603a756486a484a5c01446672a3a.tar.bz2
android-node-v8-88bac02beeef603a756486a484a5c01446672a3a.zip
build: remove broken intel vtune support
Support for VTune profiling was added in commit a881b53 from November 2015 but has since bitrotted. Remove it. Fixes: https://github.com/nodejs/node/issues/28310 Refs: https://github.com/nodejs/node/pull/3785 PR-URL: https://github.com/nodejs/node/pull/28522 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/node.gypi b/node.gypi
index cc98b0f723..938455bbae 100644
--- a/node.gypi
+++ b/node.gypi
@@ -105,14 +105,6 @@
'defines': [ 'NODE_HAVE_SMALL_ICU=1' ],
}]],
}],
- [ 'node_use_bundled_v8=="true" and \
- node_enable_v8_vtunejit=="true" and (target_arch=="x64" or \
- target_arch=="ia32" or target_arch=="x32")', {
- 'defines': [ 'NODE_ENABLE_VTUNE_PROFILING' ],
- 'dependencies': [
- 'tools/v8_gypfiles/v8vtune.gyp:v8_vtune'
- ],
- }],
[ 'node_no_browser_globals=="true"', {
'defines': [ 'NODE_NO_BROWSER_GLOBALS' ],
} ],