Index: dm/DMQuiltTask.cpp |
diff --git a/dm/DMQuiltTask.cpp b/dm/DMQuiltTask.cpp |
index 960ca86747b3dec47eb3e54500b761f7c7ffc106..b0f36c08700000579bb94c86f949160c8329b76b 100644 |
--- a/dm/DMQuiltTask.cpp |
+++ b/dm/DMQuiltTask.cpp |
@@ -8,7 +8,7 @@ |
DEFINE_bool(quilt, true, "If true, draw into a quilt of small tiles and compare."); |
DEFINE_int32(quiltTile, 256, "Dimension of (square) quilt tile."); |
-DEFINE_bool(quiltThreaded, false, "If true, draw quilt tiles with multiple threads."); |
+DEFINE_bool(quiltThreaded, true, "If true, draw quilt tiles with multiple threads."); |
static const char* kSuffixes[] = { "quilt", "quilt_skr" }; |