Index: build/features.gypi |
diff --git a/build/features.gypi b/build/features.gypi |
index c5b7c425b14aedf1630e57573cce3528c3ff96c2..da3bf6349e36c7fb48ec6a71e046476516ffdd43 100644 |
--- a/build/features.gypi |
+++ b/build/features.gypi |
@@ -33,9 +33,9 @@ |
'v8_enable_gdbjit%': 0, |
- 'v8_object_print%': 0, |
+ 'v8_object_print%': 1, |
- 'v8_enable_verify_heap%': 0, |
+ 'v8_enable_verify_heap%': 1, |
Michael Achenbach
2014/12/09 13:52:13
Why enable verify heap. Can you add that to the CL
|
'v8_trace_maps%': 0, |