-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jose Da Silva wrote: > Hi sqlite list, > By default, linux gcc does not appear to remove information and > therefore final binaries tend to be larger than they need to be if you > use stable versions of compiled binaries. [...] > If the sqlite maintainer(s) thinks it is a good idea, hopefully it can > be added to the README file, this way many people can appreciate a > little extra speed boost and less resource hogging on their hardware if > they are people who compile their own code but aren't aware of strip.
As far as I know the additional debug info only affects disk space, not memory usage or even performance. Nowadays, I personally value the ability to get useful tracebacks higher than a few megabytes of disk space saved by removing debug info from libraries and binaries. A note in the README is of course not superfluous, but it shouldn't contain wrong arguing. - -- Gerhard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD9x0LdIO4ozGCH14RAkJdAKCSbWj9W/KJmsuiHcy5FTE0+v5EdACbBFoq UMSi3PyKog6nx3cpKqksfxA= =Na1b -----END PGP SIGNATURE-----

