diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2019-07-03 17:24:33 +0200 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2019-07-15 00:25:27 +0200 |
commit | 88bac02beeef603a756486a484a5c01446672a3a (patch) | |
tree | 542ae769f6dd1c7deb531f81eefb1eb01ea088c7 /node.gypi | |
parent | d0e380172a0ffe862fe9ff28aad0532da536952b (diff) | |
download | node-new-88bac02beeef603a756486a484a5c01446672a3a.tar.gz |
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.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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' ], } ], |