On 10/05/2017 06:38 PM, Steve McIntyre wrote: >> On second thought, I would actually recommended to revert this change >> for all architectures. Size isn't so much a constraint anymore these >> days, you reduce the binary by about 200k. I don't think this is worth >> the risk of breaking something as fundemantal as busybox. > > I'd be more worried about the compiler breakage, to be honest. -Os is > meant to work!
Yes, it is meant to work. But it is not as guaranteed to work as -O2 simply because the majority of packages are built with -O2. So, there is some potential of things breaking. Of course, these issues should be fixed and I will file a bug report on the problem. I just meant that varying the optimization levels is not something that you can expect to work in 100% of the cases. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913