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

--enable-debug and optimization/stripping



Hi,

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.

Ganesan