Making debugable bins an option?
Daniel Egger
Daniel.Egger@t-online.de
Tue Feb 17 13:54:00 GMT 1998
On Tue, 17 Feb 1998, you wrote:
>Do you mean in the compiler itself?
everywhere....
>make CFLAGS="-O2" bootstrap
Nice idea, but: This doesn't override the -g in LIBGCC2_CFLAGS
Hm, this should be changed, or not?
BUT (Note: it's an big but! :) ) this isn't the right way IMHO...
because there is a possibility that one part ist compiled with and
an other without debugginginformation not only because of the
LIBGCC2_CFLAGS but also because it's possible to compile one part
specifiying this flag, making a break (I often do) and then forgetting
it to specify again...
Therefore an --disable-debug option would be nice so debugging can
be completely disabled if not desired....
--
Servus,
Daniel
More information about the Gcc
mailing list