diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-07-30 17:13:42 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-07-30 17:13:42 +0200 |
commit | 3337c85b5e539021d90ccec9891d73b14c64671b (patch) | |
tree | 5772afec52b44db2fc97c3b5ca1544a2189bb3b8 /generator.go | |
parent | 2491c1ae5a0c50a7bd21d8f7709b8ba39dcc20eb (diff) |
103 errors out of 202628 tests on Linux 64-bit little-endian
Diffstat (limited to 'generator.go')
-rw-r--r-- | generator.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.go b/generator.go index 1a334b0..e9bc1ed 100644 --- a/generator.go +++ b/generator.go @@ -25,6 +25,7 @@ var ( "-DHAVE_USLEEP", "-DLONGDOUBLE_TYPE=double", "-DSQLITE_DEFAULT_MEMSTATUS=0", + "-DSQLITE_DEFAULT_PAGE_SIZE=1024", // Needed by testfixture, where it's sadly hardcoded. See file_pages in autovacuum.test. "-DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1", "-DSQLITE_DQS=0", "-DSQLITE_ENABLE_UNLOCK_NOTIFY", // Adds sqlite3_unlock_notify(). |