Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 10572) |
+++ build/common.gypi (working copy) |
@@ -85,6 +85,11 @@ |
'v8_use_liveobjectlist%': 'false', |
'werror%': '-Werror', |
+ # With post mortem support enabled, metadata is embedded into libv8 that |
+ # describes various parameters of the VM for use by debuggers. See |
+ # tools/gen-postmortem-metadata.py for details. |
+ 'v8_postmortem_support%': 'false', |
+ |
# For a shared library build, results in "libv8-<(soname_version).so". |
'soname_version%': '', |
}, |