deps: build v8 with disassembler support
authorFedor Indutny <fedor@indutny.com>
Sat, 17 May 2014 08:42:50 +0000 (12:42 +0400)
committerFedor Indutny <fedor@indutny.com>
Wed, 25 Jun 2014 10:50:00 +0000 (14:50 +0400)
Signed-off-by: Fedor Indutny <fedor@indutny.com>
common.gypi

index b054f51..3832149 100644 (file)
@@ -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"', {