summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 51ec4f50..0173e7b0 100644
--- a/debug.h
+++ b/debug.h
@@ -11,7 +11,7 @@
#define DEBUG_LEVEL RELEASE
#endif
-#if DEBUG_LEVEL >= BETA
+#if DEBUG_LEVEL >= RELEASE
#include <cassert>
#endif