On 31 Dec 2019, at 2:21am, Alexander Vega <amve...@mail.usf.edu> wrote:

> Could there be some compile time option to force Linux or Windows
> statically?

One of the problems with this is that there are a lot of utility libraries 
built around SQLite.  These are libraries provided for general-purpose use, 
often a language shim to make it easy to call SQLite from some language which 
isn't C or C++.

Compiler options which make SQLite behave significantly different generate 
fault reports (support calls, messages to this list, etc.).  Because someone 
gets the 'different' version of SQLite and wonders why it doesn't do what the 
version they're used to does.

If SQLite3 ever moves to SQLite4, a big change in behaviour may be acceptable: 
people are used to that in full version increases.  But while SQLite remains 
version 3.x.x, an option like that would have to be thought through very 
carefully.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to