diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2019-07-03 17:24:33 +0200 |
---|---|---|
committer | Michaƫl Zasso <targos@protonmail.com> | 2019-07-20 11:10:28 +0200 |
commit | b4aa7d357022383ae1256b6d5a42498119cb4018 (patch) | |
tree | c8b88da4f6e51ca9b53e214e4d8584f8ba1f08b8 /node.gypi | |
parent | 4b9d4193e1612774f51d6ccd4baa12651d3f44bd (diff) | |
download | node-new-b4aa7d357022383ae1256b6d5a42498119cb4018.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' ], } ], |