Hi, With checking the source code build, i could see DSQLITE_OMIT_DISKIO does not work properly.
the problem is that symbols, which are related to DSQLITE_OMIT_DISKIO in btree.c and attach.c, are not properly tied to DSQLITE_OMIT_DISKIO. so caused linker errors. best regards, wang