SQLite Forum

Querying all compile options used
Login
It is naturally impossible to change how the program was compiled by sending a command to it. So if some com[iler option caused something to be omitted, there is no way to magically add it by asking for it. (it MIGHT be possible to add some things back by loading an extension).

Many of the options set defaults for options, and you can then send commands to change what that option is set to, but in most cases, you can't change the default (some options line WAL mode are persistent, but that is different)