Re: [sqlite] Help compiling sqlite2

2004-12-01 Thread Ulrik Petersen
Hi, > 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 T

[sqlite] Help compiling sqlite2

2004-12-01 Thread Marco Bambini
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?

[sqlite] Help compiling sqlite2

2004-12-01 Thread Marco Bambini
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?