SQLite Forum

Compile error when symbols SQLITE_OMIT_SHARED_CACHE and SQLITE_USER_AUTHENTICATION=1 are both defined
Login
Are you building from the amalgamation, or the full sources? _Some_ options (including many of the `..._OMIT_...` ones) only work when building from the full sources. See [Options To Omit Features](https://www.sqlite.org/compile.html#_options_to_omit_features) in the SQLite docs.