dcheck.patch 424 B

12345678910111213
  1. diff --git a/src/common/debug.h b/src/common/debug.h
  2. index 0108ff655..57fbc5ac5 100644
  3. --- a/src/common/debug.h
  4. +++ b/src/common/debug.h
  5. @@ -190,7 +190,7 @@ std::ostream &FmtHexInt(std::ostream &os, T value)
  6. #define ANGLE_EMPTY_STATEMENT for (;;) break
  7. #if !defined(NDEBUG) || defined(ANGLE_ENABLE_RELEASE_ASSERTS)
  8. -#define ANGLE_ENABLE_ASSERTS
  9. +// #define ANGLE_ENABLE_ASSERTS
  10. #endif
  11. #define WARN() ANGLE_LOG(WARN)