Re: --enable-release not working any more?
"Oleh Derevenko" <[email protected]>
| Newsgroups | gmane.comp.lib.ode |
|---|---|
| Message-ID | <[email protected]> |
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)" <[email protected]> To: "Oleh Derevenko" <[email protected]> Cc: <[email protected]> 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 > > > _______________________________________________ ODE mailing list [email protected] http://ode.org/mailman/listinfo/ode