Re: [sqlite] Minimal library size

2011-09-11 Thread Richard Tew
On Sun, Sep 11, 2011 at 4:37 PM, Baruch Burstein wrote: > Did you configure and make using the same options? No, there is no such thing as configure on Windows. Both parser "lemon" and compiler were run with the same options, as building using "Makefile.msc" does this. Have you personally manag

[sqlite] Minimal library size

2011-09-10 Thread Richard Tew
Hi, Is it possible to get the library size down to 180 KB on Windows using Visual C++? I've also tried compiling for the a *nix based platform with gcc getting similar results as I have had for Windows. Namely, the smallest file size I can seem to get is ~300KB+. I've compiled for smaller code