Re: CMake - SQLiteAmalgamation or not

2024-08-30 Thread Timofei Zhakov
On Sat, Aug 17, 2024 at 6:22 PM Daniel Sahlberg wrote: > > Den mån 12 aug. 2024 kl 23:12 skrev Timofei Zhakov : >> >> On Mon, Aug 12, 2024 at 11:39 PM Daniel Sahlberg >> wrote: >> > >> > Hi, >> > >> > One question on the SQLiteAmalgamation code. >> > >> > There is currently a configuration option

Re: CMake - SQLiteAmalgamation or not

2024-08-25 Thread Branko Čibej
On 17. 8. 24 18:22, Daniel Sahlberg wrote: I know at least the utf8proc lib has some updates but I don't know if there are advantages in not using the built in version. Using the bundled versions should always be the fallback, not the default[1]. The utf8proc example is a good one, this librar

Re: CMake - SQLiteAmalgamation or not

2024-08-17 Thread Daniel Sahlberg
Den mån 12 aug. 2024 kl 23:12 skrev Timofei Zhakov : > On Mon, Aug 12, 2024 at 11:39 PM Daniel Sahlberg > wrote: > > > > Hi, > > > > One question on the SQLiteAmalgamation code. > > > > There is currently a configuration option to request to use an > amalgamation for SQLite (SVN_SQLITE_USE_AMALGA

Re: CMake - SQLiteAmalgamation or not

2024-08-12 Thread Timofei Zhakov
On Mon, Aug 12, 2024 at 11:39 PM Daniel Sahlberg wrote: > > Hi, > > One question on the SQLiteAmalgamation code. > > There is currently a configuration option to request to use an amalgamation > for SQLite (SVN_SQLITE_USE_AMALGAMATION), defaulting to ON. If you don't have > an amalgamation downl

CMake - SQLiteAmalgamation or not

2024-08-12 Thread Daniel Sahlberg
Hi, One question on the SQLiteAmalgamation code. There is currently a configuration option to request to use an amalgamation for SQLite (SVN_SQLITE_USE_AMALGAMATION), defaulting to ON. If you don't have an amalgamation downloaded (in the sqlite-amalgamation directory), configuration will fail unl