Build v8 inspector through ndoe

This commit is contained in:
Kevin Sawicki 2017-05-15 09:07:52 -07:00
parent 98cce37e3d
commit 7469d09dae
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@
'V8_BASE': '',
'v8_postmortem_support': 'false',
'v8_enable_i18n_support': 'false',
'v8_inspector': 'false',
'v8_inspector': 'true',
},
# Settings to compile node under Windows.
'target_defaults': {