Index: src/d8.gyp |
=================================================================== |
--- src/d8.gyp (revision 14239) |
+++ src/d8.gyp (working copy) |
@@ -29,6 +29,8 @@ |
'includes': ['../build/common.gypi'], |
'variables': { |
'console%': '', |
+ # Enable support for Intel VTune. Supported on ia32/x64 only |
+ 'v8_enable_vtunejit%': 0, |
}, |
'targets': [ |
{ |
@@ -70,6 +72,11 @@ |
}], |
], |
}], |
+ ['v8_enable_vtunejit==1', { |
+ 'dependencies': [ |
+ '../src/third_party/vtune/v8vtune.gyp:v8_vtune', |
+ ], |
+ }], |
], |
}, |
{ |