On 15 Sep 2014, at 12:46pm, Prakash Premkumar <[email protected]> wrote:

> How do I set the sqlite compile time option SQLITE_DEBUG ?

Include the following line in your C source code:

#define SQLITE_DEBUG 1

near the top, along with any other lines you have starting with '#'.  The line 
should not end with a semicolon.

> Can you please specify how I should set it in the command line ?

That would depend on which compiler you're using.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to