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:
parent
c147e81091
commit
922afd9164
@ -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"', {
|
||||
|
Loading…
Reference in New Issue
Block a user