0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00

deps: build v8 with disassembler support

Signed-off-by: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
Fedor Indutny 2014-05-17 12:42:50 +04:00
parent c147e81091
commit 922afd9164
No known key found for this signature in database
GPG Key ID: FB0E1095B1797999

View 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"', {