Index: SConstruct |
=================================================================== |
--- SConstruct (revision 6375) |
+++ SConstruct (working copy) |
@@ -124,6 +124,9 @@ |
}, |
'debuggersupport:on': { |
'CPPDEFINES': ['ENABLE_DEBUGGER_SUPPORT'], |
+ }, |
+ 'inspector:on': { |
+ 'CPPDEFINES': ['INSPECTOR'], |
} |
}, |
'gcc': { |
@@ -744,6 +747,11 @@ |
'default': 'on', |
'help': 'enable debugging of JavaScript code' |
}, |
+ 'inspector': { |
+ 'values': ['on', 'off'], |
+ 'default': 'off', |
+ 'help': 'enable inspector features' |
+ }, |
'soname': { |
'values': ['on', 'off'], |
'default': 'off', |