Re: [sqlite] Set compile time option

2014-09-15 Thread Richard Hipp
On Mon, Sep 15, 2014 at 8:08 AM, Simon Slavin wrote: > > On 15 Sep 2014, at 12:46pm, Prakash Premkumar > 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

Re: [sqlite] Set compile time option

2014-09-15 Thread Simon Slavin
On 15 Sep 2014, at 12:46pm, Prakash Premkumar 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 semi

[sqlite] Set compile time option

2014-09-15 Thread Prakash Premkumar
Hi, How do I set the sqlite compile time option SQLITE_DEBUG ? Can you please specify how I should set it in the command line ? Thanks Prakash ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-u