1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-23 11:22:09 +03:00

Reenable SQLITE_OMIT_VIRTUALTABLE on the Device-One alignment for testrunner.

FossilOrigin-Name: 8f2cb357634ec0b5aef14f3d967e76db236f8899f3201efc80c264f548cc1b0b
This commit is contained in:
drh
2024-08-28 09:31:17 +00:00
parent b5b4ca2a11
commit af43eddc23
3 changed files with 8 additions and 8 deletions

View File

@ -218,7 +218,7 @@ namespace eval trd {
-DSQLITE_MAX_PAGE_SIZE=4096
-DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_OMIT_PROGRESS_CALLBACK=1
-DSQLITE_OMIT_VIRTUALTABLEx=1
-DSQLITE_OMIT_VIRTUALTABLE=1
-DSQLITE_ENABLE_HIDDEN_COLUMNS
-DSQLITE_TEMP_STORE=3
}