wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

LinnCreate: Strip executable files which are inserted into the LinnFS image #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Programs and libraries are per default compiled with debugging symbols.
Therefore the final executable files are quite big compared to their
stripped counterparts. We should use strip(1) on each file inserted into
the boot/boot.linn.gz image, as the debugging symbols are currently only
useful on
the host system. This should result in a smaller LinnFS image, and with it
faster
bootup times.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:44

GoogleCodeExporter commented 9 years ago
ORIGINAL COMMENT FROM nieklinnenbank
Fixed in revision 221

Original comment by coenbijlsma on 7 Aug 2009 at 11:44