Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 6074) |
+++ src/flag-definitions.h (working copy) |
@@ -296,6 +296,9 @@ |
DEFINE_bool(h, false, "print this message") |
DEFINE_bool(new_snapshot, true, "use new snapshot implementation") |
+// objects.cc |
+DEFINE_bool(use_verbose_printer, true, "allows verbose printing") |
+ |
// parser.cc |
DEFINE_bool(allow_natives_syntax, false, "allow natives syntax") |