From 894591a9304ffbd6c5f33558651a445e5dd84395 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 1 Jul 2018 02:27:02 +0000 Subject: [PATCH] cleanup sqlite config --- sqlite/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqlite/config.h b/sqlite/config.h index 9bd7454..81db928 100644 --- a/sqlite/config.h +++ b/sqlite/config.h @@ -2,12 +2,14 @@ #define SQLITE_MAX_EXPR_DEPTH 0 #define SQLITE_OMIT_DEPRECATED 0 -#define SQLITE_HAVE_ISNAN 1 +#define HAVE_ISNAN 1 #define SQLITE_DEFAULT_FOREIGN_KEYS 1 #define SQLITE_LIKE_DOESNT_MATCH_BLOBS 1 #define SQLITE_TEMP_STORE 2 +#define SQLITE_DEFAULT_MMAP_SIZE 0x40000000 + #ifdef __APPLE__ #define OSATOMIC_USE_INLINED 1 #endif -- 2.40.0