Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: build/features.gypi

Issue 771323006: Make it possible to turn on OBJECT_PRINT without DEBUG (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698