Chromium Code Reviews| Index: src/pathops/SkPathOpsDebug.h |
| diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
| index d2155188dafca7dda0601ea11a5329874777b735..1282f432049ddc42a8bba6f24319ada3eb430bc0 100644 |
| --- a/src/pathops/SkPathOpsDebug.h |
| +++ b/src/pathops/SkPathOpsDebug.h |
| @@ -14,7 +14,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 |