[sqlite] Building sqlite for windows in a proper way

2011-04-19 Thread jeff archer
>On Mon, Apr 18, 2011 at 8:42 AM, Kuba Nowak wrote: > >Does anyone one know how to build sqlite to get the same binary as on >download page ? > What do you use to compare the speed between the builds of SQLite? Are using debug build from VS2010?  My experience is that VS debug builds run most

Re: [sqlite] Building sqlite for windows in a proper way

2011-04-19 Thread Pavel Ivanov
> Does anyone one know how to build sqlite to get the same binary as on > download page ? Did you try to remove all those defines that you add at build time and leave only default values set inside sqlite3.c file? Pavel On Mon, Apr 18, 2011 at 8:42 AM, Kuba Nowak wrote:

[sqlite] Building sqlite for windows in a proper way

2011-04-18 Thread Kuba Nowak
Hello My problem is no matter how i build sqlite - my binary is much slower than the precompiled one on sqlite download page (about 3 - 6 times depending on the query). I am using sqlite3.h and sqlite3.c from the amalgamation source: http://www.sqlite.org/sqlite-amalgamation-3070602.zip I have