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.
>