1
0
Fork 0

do not set potentially global defines

This commit is contained in:
Jan Steemann 2016-01-06 18:12:08 +01:00 committed by Frank Celler
parent e3fb4e6e8c
commit 4c3f9ad613
1 changed files with 0 additions and 6 deletions

View File

@ -33,17 +33,11 @@
// debug mode
#ifdef VELOCYPACK_DEBUG
#ifndef DEBUG
#define DEBUG
#endif
#include <cassert>
#define VELOCYPACK_ASSERT(x) assert(x)
#else
#ifndef NDEBUG
#define NDEBUG
#endif
#define VELOCYPACK_ASSERT(x)
#endif