summaryrefslogtreecommitdiff
path: root/deps/v8/build/features.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/build/features.gypi')
-rw-r--r--deps/v8/build/features.gypi8
1 files changed, 2 insertions, 6 deletions
diff --git a/deps/v8/build/features.gypi b/deps/v8/build/features.gypi
index f0e721209..d542d05bb 100644
--- a/deps/v8/build/features.gypi
+++ b/deps/v8/build/features.gypi
@@ -31,8 +31,6 @@
'variables': {
'v8_compress_startup_data%': 'off',
- 'v8_enable_debugger_support%': 1,
-
'v8_enable_disassembler%': 0,
'v8_enable_gdbjit%': 0,
@@ -64,9 +62,6 @@
},
'target_defaults': {
'conditions': [
- ['v8_enable_debugger_support==1', {
- 'defines': ['ENABLE_DEBUGGER_SUPPORT',],
- }],
['v8_enable_disassembler==1', {
'defines': ['ENABLE_DISASSEMBLER',],
}],
@@ -98,7 +93,8 @@
}],
], # conditions
'configurations': {
- 'Debug': {
+ 'DebugBaseCommon': {
+ 'abstract': 1,
'variables': {
'v8_enable_extra_checks%': 1,
'v8_enable_handle_zapping%': 1,