Skip to content

Commit 882aaa0

Browse files
committed
Changed YYSTACKDEPTH to 30 as detailed here siara-cc#31 (comment)
1 parent 58f50d9 commit 882aaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_ext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define BUILD_sqlite -DNDEBUG
22
#define SQLITE_CORE 1
33
#define SQLITE_NO_SYNC 1
4-
#define YYSTACKDEPTH 20
4+
#define YYSTACKDEPTH 30
55
#define SQLITE_TEMP_STORE 1
66
#define SQLITE_SYSTEM_MALLOC 1
77
#define SQLITE_OS_OTHER 1

0 commit comments

Comments
 (0)