Re: --enable-release not working any more?
"Jon Watte (ODE)" <[email protected]>
| Newsgroups | gmane.comp.lib.ode |
|---|---|
| Message-ID | <[email protected]> |
strip removes symbols other than just -g.
Cheers,
/ h+
Oleh Derevenko wrote:
> 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.
>