[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: --enable-debug and optimization/stripping



At 12:50 AM 2001-12-06, Ganesan R wrote:
>For debugging currently I am manually removing the -s option to install in
>select Makefile.ins. It would be preferable if --enable-debug turns off
>optimization (-O2) and stripping (install -s). I can submit a patch against
>HEAD for this if more people would find this useful.

As many folks use --enable-debug in production (to get logging
messages), I don't think we can do as you suggest.

I generally run development executables from the source tree
(often via symlinks from my test environments).

Kurt