From 88bac02beeef603a756486a484a5c01446672a3a Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 3 Jul 2019 17:24:33 +0200 Subject: 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 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- node.gypi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'node.gypi') 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' ], } ], -- cgit v1.2.3