Hi again,

> Actually, the -DNDEBUG=1 is not SQLite specific.  This is how
> you disable assert()s.  The SQLite library is full of assert()s
> for sanity checking.  But it is smaller and runs twice as fast
> if you leave them out.
Oh yes, you are right.
(I forgot it because I don't use assert() very often...)

I really think that I need to sleep... ;-))

BTW: I didn't find a way to control the creation of debug (with
correct setting of NDEBUG) or thread safe code in the configure.ac file.
Shall I add those options?

  - Danny



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to