Add BEAST_SQLITE_FORCE_NDEBUG option

This commit is contained in:
JoelKatz
2013-11-26 13:34:21 -08:00
committed by Vinnie Falco
parent 9e5619ce99
commit 760f51910f
3 changed files with 15 additions and 0 deletions

View File

@@ -57,6 +57,10 @@
*/
//#define SQLITE_THREADSAFE 2
#if defined (BEAST_SQLITE_USE_NDEBUG) && BEAST_SQLITE_USE_NDEBUG && !defined (NDEBUG)
#define NDEBUG
#endif
#include "sqlite/sqlite3.c"
#if BEAST_MSVC