----- Mail original ----- > De: "cybertao" <psyber...@gmail.com> > À: "LFS Developers Mailinglist" <lfs-dev@linuxfromscratch.org> > Envoyé: Mercredi 13 Mars 2013 07:39:25 > Objet: Re: [lfs-dev] LFS 7.3: ISO discussion > > > I elected to use 'Os' optimisations on my current compilation round. > I understand it to be safe option and can only assume it help when > it comes to compressing the filesystem into an archive on a limited > media choice. But I am no expert on the subject and would appreciate > suggestions. > --
I am not sure -Os will help much with an efficient compression. Very basically, there is less functions inlined. An efficient compression should compress inlined functions with a good result. Mainly because on history, I am building mostly everything with -Os. The exception are glibc, cairo, iptables, conntrack-tools, iputils, openssl because those package trigger some "optimizing for size and code size would grow" -Os trigger to some other warnings that I forgot. Gilles -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page