Index: src/pathops/SkPathOpsDebug.h |
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
index ecf2eefbb730a206577f0e52ae6d0ec1536a7493..dfe68bbb394b9a5b8aa854b80312b1770eff3646 100644 |
--- a/src/pathops/SkPathOpsDebug.h |
+++ b/src/pathops/SkPathOpsDebug.h |
@@ -37,7 +37,7 @@ |
if (!SkPathOpsDebug::ValidWind(x)) strcpy(x##Str, "?"); \ |
else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x) |
-#define DEBUG_UNDER_DEVELOPMENT 1 |
+#define DEBUG_UNDER_DEVELOPMENT 01 |
#if FORCE_RELEASE |
@@ -79,7 +79,7 @@ |
#define DEBUG_ASSEMBLE 1 |
#define DEBUG_COINCIDENCE 01 |
#define DEBUG_COINCIDENCE_ORDER 0 // tight arc quads may generate out-of-order coincdence spans |
-#define DEBUG_COINCIDENCE_VERBOSE 01 |
+#define DEBUG_COINCIDENCE_VERBOSE 0 |
#define DEBUG_CUBIC_BINARY_SEARCH 0 |
#define DEBUG_CUBIC_SPLIT 1 |
#define DEBUG_DUMP_SEGMENTS 1 |