| Index: src/d8.gyp
|
| diff --git a/src/d8.gyp b/src/d8.gyp
|
| index ea043dcf4f7e534c23cc7d04791281bfef9a2646..47a7cc01187b00203b4881c826e7a3a1a85aa042 100644
|
| --- a/src/d8.gyp
|
| +++ b/src/d8.gyp
|
| @@ -26,12 +26,13 @@
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| {
|
| - 'includes': ['../build/common.gypi'],
|
| 'variables': {
|
| + 'v8_code': 1,
|
| 'console%': '',
|
| # Enable support for Intel VTune. Supported on ia32/x64 only
|
| 'v8_enable_vtunejit%': 0,
|
| },
|
| + 'includes': ['../build/common.gypi'],
|
| 'targets': [
|
| {
|
| 'target_name': 'd8',
|
|
|