summaryrefslogtreecommitdiff
path: root/lib/backupstore/StoreStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/StoreStructure.h')
-rw-r--r--lib/backupstore/StoreStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/StoreStructure.h b/lib/backupstore/StoreStructure.h
index 094c0deb..ffbe83dd 100644
--- a/lib/backupstore/StoreStructure.h
+++ b/lib/backupstore/StoreStructure.h
@@ -12,7 +12,7 @@
#include <string>
-#ifdef NDEBUG
+#ifdef BOX_RELEASE_BUILD
#define STORE_ID_SEGMENT_LENGTH 8
#define STORE_ID_SEGMENT_MASK 0xff
#else