On Jun 4, 2009, at 2:57 PM, Mohey Eldin Hamdy wrote:

> According to http://www.sqlite.org/cvstrac/wiki?p=SizeOfSqlite
>
>  with no optimization the maximum size should be 513 KB.
>
> The problem is that in three different cases on three different Linux
> distributions, which are Fedora 7.0, Debian and
> ubuntu the size is usually 1.3 MB.
>
> Does any body know why this is the case?


If you are measure the file size using "ls -l" then you are also  
including all the debugging and linker information that the compiler  
sticks into the object code file together with the actual code.   
Either run "strip" on the file first (to remove the extraneous  
information) or measure the size using the "size" command.

D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to