Re: [Qbs] Binary stripping

2020-04-15 Thread Oswald Buddenhagen
On Tue, Apr 14, 2020 at 10:28:17AM +0200, Christian Kandeler wrote: On Thu, 9 Apr 2020 22:49:48 +0300 Alberto Mardegan wrote: Is there a reason why "strip" is not invoked when in release mode? This has come up before, and I vaguely remember there was some counter argument, but I don't kow

Re: [Qbs] Binary stripping

2020-04-14 Thread Christian Kandeler
On Thu, 9 Apr 2020 22:49:48 +0300 Alberto Mardegan wrote: > I noticed that binaries generated by mingw are quite large, and when I > ran the "strip" command on them, the size was reduced by more than half, > without losing functionality. > > I'm building my application with the `config:release`

Re: [Qbs] Binary stripping

2020-04-09 Thread Иван Комиссаров
It looks like strip is only used in android and Darwin toolchains Maybe, it’s makes sense to add a rule that strips binary in the release mode as well Ivan > 9 апр. 2020 г., в 21:49, Alberto Mardegan > написал(а): > > Hi all! > Sorry for spamming the list :-) > I noticed that binaries

[Qbs] Binary stripping

2020-04-09 Thread Alberto Mardegan
Hi all! Sorry for spamming the list :-) I noticed that binaries generated by mingw are quite large, and when I ran the "strip" command on them, the size was reduced by more than half, without losing functionality. I'm building my application with the `config:release` option. Shouldn't that run