Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
deps: build v8 with disassembler support
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
indutny committed Jun 25, 2014
1 parent c147e81 commit 922afd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.gypi
Expand Up @@ -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"', {
Expand Down

0 comments on commit 922afd9

Please sign in to comment.