jam_lraep said: > Hi sqlite-users-help, > I have compiled SQLITE with MINGW and the resultant library libsqlite3.a > results very great (about 8MB), it probably contains the symbols for the > debugger. How can I eliminate them? > Do I have to modify the makefile? Thanks to all.
Use the strip command. That removes a lot of fluff but keeps the functionality. Clay Dowling -- Simple Content Management http://www.ceamus.com

