[sqlite] How to remove SQLite profiling

2008-11-15 Thread Alexey Pechnikov
Hello! Start console SQLite $ sqlite3 SQLite version 3.6.3 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> .q profiling:/usr/src/sqlite3:Cannot create directory profiling:/usr/src/sqlite3/sqlite-3.6.3/.libs/sqlite3.gcda:Skip What is strings profiling:/usr/src/sq

Re: [sqlite] How to remove SQLite profiling

2008-11-14 Thread Alexey Pechnikov
Hello! В сообщении от Friday 14 November 2008 22:21:45 Shane Harrelson написал(а): > If you used the supplied configure to generate your makefile, you can > change the gcov setting in it to: > USE_GCOV = 0 Thanks! Best regards, Alexey. ___ sqlite-users

Re: [sqlite] How to remove SQLite profiling

2008-11-14 Thread Shane Harrelson
If you used the supplied configure to generate your makefile, you can change the gcov setting in it to: USE_GCOV = 0 HTH. -Shane On Fri, Nov 14, 2008 at 10:15 AM, Alexey Pechnikov <[EMAIL PROTECTED]>wrote: > Hello! > > Start console SQLite > > $ sqlite3 > SQLite version 3.6.3 > Enter ".help" fo

[sqlite] How to remove SQLite profiling

2008-11-14 Thread Alexey Pechnikov
Hello! Start console SQLite $ sqlite3 SQLite version 3.6.3 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> .q profiling:/usr/src/sqlite3:Cannot create directory profiling:/usr/src/sqlite3/sqlite-3.6.3/.libs/sqlite3.gcda:Skip What is strings profiling:/usr/src/sq