Hi,

I need to compile sqlite 2.8.15 under Linux and an other UNIX platform with THREAD_SAFE, NDEBUG and -DTEMP_STORE=3 enabled.
If I write something like:


./configure --enable-tempdb-in-ram=always

I can see in the makefile that -DTEMP_STORE is defined as 3.
But what about THREAD_SAFE and NDEBUG?

Have I to manually add them to the TCC line in the Makefile?
And in Linux, have I to manually add -lpthread to the Makefile?

Thanks a lot for your help.
Regards,
Marco Bambini



Reply via email to