Index: src/pathops/SkPathOpsDebug.h |
=================================================================== |
--- src/pathops/SkPathOpsDebug.h (revision 9111) |
+++ src/pathops/SkPathOpsDebug.h (working copy) |
@@ -13,7 +13,7 @@ |
#ifdef SK_RELEASE |
#define FORCE_RELEASE 1 |
#else |
-#define FORCE_RELEASE 1 // set force release to 1 for multiple thread -- no debugging |
+#define FORCE_RELEASE 0 // set force release to 1 for multiple thread -- no debugging |
#endif |
#define ONE_OFF_DEBUG 0 |
@@ -61,6 +61,7 @@ |
#define DEBUG_SHOW_TEST_PROGRESS 0 |
#define DEBUG_SHOW_WINDING 0 |
#define DEBUG_SORT 0 |
+#define DEBUG_SORT_COMPACT 0 |
#define DEBUG_SORT_SINGLE 0 |
#define DEBUG_SWAP_TOP 0 |
#define DEBUG_UNSORTABLE 0 |
@@ -90,6 +91,7 @@ |
#define DEBUG_SHOW_TEST_PROGRESS 1 |
#define DEBUG_SHOW_WINDING 0 |
#define DEBUG_SORT 1 |
+#define DEBUG_SORT_COMPACT 0 |
#define DEBUG_SORT_SINGLE 0 |
#define DEBUG_SWAP_TOP 1 |
#define DEBUG_UNSORTABLE 1 |