From 922afd91649f0c356521356c57c6e04796a59cc0 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sat, 17 May 2014 12:42:50 +0400 Subject: [PATCH] deps: build v8 with disassembler support Signed-off-by: Fedor Indutny --- common.gypi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.gypi b/common.gypi index b054f511cbd..38321490665 100644 --- a/common.gypi +++ b/common.gypi @@ -12,6 +12,9 @@ 'clang%': 0, 'python%': 'python', + # Enable disassembler for `--print-code` v8 options + 'v8_enable_disassembler': 1, + # Enable V8's post-mortem debugging only on unix flavors. 'conditions': [ ['OS == "win"', {