chore: remove disabling of ANGLE dchecks (#15227)
This commit is contained in:
parent
ac6d815c0e
commit
dffe4fdd4f
2 changed files with 0 additions and 19 deletions
|
@ -1,6 +0,0 @@
|
|||
repo: src/third_party/angle
|
||||
patches:
|
||||
-
|
||||
author: Ales Pergl <alpergl@microsoft.com>
|
||||
file: dcheck.patch
|
||||
description: null
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/src/common/debug.h b/src/common/debug.h
|
||||
index 0108ff655..57fbc5ac5 100644
|
||||
--- a/src/common/debug.h
|
||||
+++ b/src/common/debug.h
|
||||
@@ -190,7 +190,7 @@ std::ostream &FmtHexInt(std::ostream &os, T value)
|
||||
|
||||
#define ANGLE_EMPTY_STATEMENT for (;;) break
|
||||
#if !defined(NDEBUG) || defined(ANGLE_ENABLE_RELEASE_ASSERTS)
|
||||
-#define ANGLE_ENABLE_ASSERTS
|
||||
+// #define ANGLE_ENABLE_ASSERTS
|
||||
#endif
|
||||
|
||||
#define WARN() ANGLE_LOG(WARN)
|
Loading…
Reference in a new issue