[ODE] --enable-release not working any more?
Oleh Derevenko
oder at eleks.lviv.ua
Mon Sep 24 01:24:31 MST 2007
No, the absolutely proper thing is to not generate debug symbols for release
build at all (remove -g switch) and make an option for configure script to
enable debug information if necessary.
Without generating the symbols the build will be faster.
Oleh Derevenko
-- Yahoo ID: oleh_derevenko
-- ICQ: 36361783
----- Original Message -----
From: "Jon Watte (ODE)" <hplus-ode at mindcontrol.org>
To: "Oleh Derevenko" <oder at eleks.lviv.ua>
Cc: <ode at ode.org>
Sent: 23 вересня 2007 р. 20:40
Subject: Re: [ODE] --enable-release not working any more?
>
> The absolutely proper thing to do is to strip the release build, but have
> a "--disable-strip" option which disables that behavior. If you don't want
> to do that, then not stripping is probably the way to go.
>
> Cheers,
>
> / h+
>
>
> Oleh Derevenko wrote:
>> Hi Bram
>> Please do not do strip automatically. I need debug information in
>> release build. If someone does want to have binaries without debug
>> symbols it is always possible to run strip after build.
>>
>> Oleh Derevenko
>> -- ICQ: 36361783
>
>
>
More information about the ODE
mailing list