From e17b8b4b122eff9d48bb92e9765a7b708cc942c7 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 19 Apr 2003 13:04:19 +0000 Subject: [PATCH] More things todo --- ext/sqlite/TODO | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.1