summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sqlite/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO
index a9c57b95dc..24940a9b3b 100644
--- a/ext/sqlite/TODO
+++ b/ext/sqlite/TODO
@@ -8,4 +8,9 @@
- Test-suite
+- If building a ZTS build, -DTHREADSAFE while compiling libsqlite
+
+- If building a non-debug build, -DNDEBUG will disable the expensive
+ asserts in the inner loop. (and double performance)
+
vim:tw=78