Chromium Code Reviews| Index: SConstruct |
| diff --git a/SConstruct b/SConstruct |
| index d8d41c08ead780d91a9ea9a2588d16d1cd8a0567..4e622e2b55a827f1fe06bc60579bc0a706915d57 100644 |
| --- a/SConstruct |
| +++ b/SConstruct |
| @@ -60,17 +60,11 @@ LIBRARY_FLAGS = { |
| 'mode:debug': { |
| 'CPPDEFINES': ['V8_ENABLE_CHECKS', 'OBJECT_PRINT'] |
| }, |
| - 'vmstate:on': { |
| - 'CPPDEFINES': ['ENABLE_VMSTATE_TRACKING'], |
| - }, |
| 'objectprint:on': { |
| 'CPPDEFINES': ['OBJECT_PRINT'], |
| }, |
| 'protectheap:on': { |
|
Mads Ager (chromium)
2011/07/13 08:50:28
Ooop. My mistake. I removed all usages of the ENAB
Søren Thygesen Gjesse
2011/07/13 10:00:55
Done.
|
| - 'CPPDEFINES': ['ENABLE_VMSTATE_TRACKING', 'ENABLE_HEAP_PROTECTION'], |
| - }, |
| - 'profilingsupport:on': { |
| - 'CPPDEFINES': ['ENABLE_VMSTATE_TRACKING', 'ENABLE_LOGGING_AND_PROFILING'], |
| + 'CPPDEFINES': ['ENABLE_HEAP_PROTECTION'], |
| }, |
| 'debuggersupport:on': { |
| 'CPPDEFINES': ['ENABLE_DEBUGGER_SUPPORT'], |
| @@ -929,11 +923,6 @@ SIMPLE_OPTIONS = { |
| 'default': 'static', |
| 'help': 'the type of library to produce' |
| }, |
| - 'vmstate': { |
| - 'values': ['on', 'off'], |
| - 'default': 'off', |
| - 'help': 'enable VM state tracking' |
| - }, |
| 'objectprint': { |
| 'values': ['on', 'off'], |
| 'default': 'off', |