You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed optional features from libsqlite3. Someone wanting
a full SQLite experience should compile their own
* Optimise for size for all binaries and libsqlite3
Copy file name to clipboardExpand all lines: tools/vend.py
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -365,16 +365,16 @@ def __post_init__(self):
365
365
lib_sqlite=True,
366
366
),
367
367
# these two are in the withdrawn 3.52.0 release
368
-
#Extra(
368
+
#Extra(
369
369
# name="sqlite3_showtmlog",
370
370
# type="executable",
371
371
# sources=["tool/showtmlog.c"],
372
372
# description="Makes human/csv readable output from a tmstmpvfs log file",
373
-
#),
374
-
#Extra(
373
+
#),
374
+
#Extra(
375
375
# name="tmstmpvfs",
376
376
# description="VFS shim that writes timestamps and other tracing information to the reserved bytes of each page, and also generates corresponding log files",
0 commit comments