Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index aba65236ff2dfba04e124cc36aca31decfc16f53..51bbf0d4d9e5687e1998622403e6d19b9f6c20aa 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -189,7 +189,7 @@ int dm_main() { |
SkAutoGraphics ag; |
SkTaskGroup::Enabler enabled(FLAGS_threads); |
- if (FLAGS_dryRun) { |
+ if (FLAGS_dryRun || FLAGS_veryVerbose) { |
FLAGS_verbose = true; |
} |
#if SK_ENABLE_INST_COUNT |