Just removing the -g will not get rid of all the debugging information so strip will still give you a smaller executbale file.

Danilo wrote:
...or you can find and delete " -g" from the Makefile!

John Stanton ha scritto:

You can run strip on the file.

Ken wrote:

Is there a way to disable the -g flag for the library? I've found that the version compiled without the -g flags is about 3
times smaller (right around the 500k mark) but the default compile is
about 1.7 meg!

Is there a way to tell the Make to build a 32bit version vs a 64 bit?
If not this would be really nice.

Can the Make that is provided build a  libsqlite3.a and libsqlite3.so
from the amalgamated sqlite3.c ???

Thanks
Ken



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to