Hello,
I am compiling SQLite with options to reduce the size, and with hopes to reduce the duration of some operations on portable devices. This includes the use of the compilation switch SQLITE_OMIT_AUTOVACUUM. I noticed that btree.c will not compile withmy current combination of switches. I changed it to compile and thought that it could be interesting for someone to have a look, review and approve it you want to keep it for the future ? Attached : - Btree.c modified to compile - Config.h with my current config - Vtab.c with lines inverted for the include of the header that leads to config.h, and the check for the compilation directive defined in config.h :-) I am new to SQLite and compiling it for the second week. So feel free to point me at my mistakes (if any). Best regards, Yan
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users