deps: build v8 with disassembler support
Signed-off-by: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
parent
c147e81091
commit
922afd9164
@ -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…
x
Reference in New Issue
Block a user