aboutsummaryrefslogtreecommitdiff
path: root/generator.go
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-13 15:31:23 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-13 15:31:23 +0200
commitf228816300a40a6f8cd90293a629fffad952c6ce (patch)
treed04998fba318c25f03d98220e225678a061326e8 /generator.go
parent1a09ae480f6b16fb7690999ed66be5c58981c9d0 (diff)
support linux/arm{,64}v1.7.0
Diffstat (limited to 'generator.go')
-rw-r--r--generator.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/generator.go b/generator.go
index 7170b72..bc0cf17 100644
--- a/generator.go
+++ b/generator.go
@@ -194,7 +194,6 @@ var (
//TODO "-DSQLITE_ENABLE_ICU",
//TODO "-DSQLITE_MAX_EXPR_DEPTH=0", // bug reported https://sqlite.org/forum/forumpost/87b9262f66, fixed in https://sqlite.org/src/info/5f58dd3a19605b6f
//TODO "-DSQLITE_MAX_MMAP_SIZE=8589934592", // testfixture, bug reported https://sqlite.org/forum/forumpost/34380589f7, fixed in https://sqlite.org/src/info/d8e47382160e98be
- //TODO 386 "-DSQLITE_MAX_MMAP_SIZE=0", // mmap somehow fails on linux/386
//TODO- "-DSQLITE_DEBUG",
//TODO- "-DSQLITE_ENABLE_API_ARMOR",
//TODO- "-DSQLITE_MEMDEBUG",