index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'debug.h')
-rw-r--r--
debug.h
2
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