[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] libjpeg
Am Dienstag, den 15.06.2010, 12:44 +0200 schrieb Peter Slegg
<p.slegg@scubadivers.co.uk>:
>> > Is this what everyone else does ?
>> Surely not. It's not a good idea to remove -g from library, you cut an
>> option to debug it for anyone who is using it (i.e. mainly programmers
>> who link that library to their debug builds). Stripping must be done
>> only on final executable, where you are more or less sure your product
>> is stable and debugged (and therefore you don't need debug symbols).
>>
>
> Doesn't that run into the mintlib problem though ?
I believe this does not trigger the problem, the problem is triggered when
you link the library to your application with the -g flag. But during
compilation of an lib, it is no problem.