Browse Source

deps: build v8 with disassembler support

Signed-off-by: Fedor Indutny <fedor@indutny.com>
archived-io.js-v0.10
Fedor Indutny 11 years ago
parent
commit
922afd9164
No known key found for this signature in database GPG Key ID: FB0E1095B1797999
  1. 3
      common.gypi

3
common.gypi

@ -12,6 +12,9 @@
'clang%': 0, 'clang%': 0,
'python%': 'python', 'python%': 'python',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,
# Enable V8's post-mortem debugging only on unix flavors. # Enable V8's post-mortem debugging only on unix flavors.
'conditions': [ 'conditions': [
['OS == "win"', { ['OS == "win"', {

Loading…
Cancel
Save