Hi all, The docs at https://sqlite.org/compile.html are a little ominous when it comes to the OMIT flags with the amalgamation:
> Important Note: The SQLITE_OMIT_* options may not work with the amalgamation. > SQLITE_OMIT_* compile-time options usually work correctly only when SQLite is > built from canonical source files. Is this still true? I see there are some OMIT flags that affect parser generation and plug into the build system, but most of them are really just preprocessor toggles, right? I'm specifically looking to enable: * SQLITE_OMIT_AUTOINIT * SQLITE_OMIT_SHARED_CACHE hoping for some speedups. Thanks, - Kim _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

