From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Daniel.Egger@t-online.de Cc: egcs@cygnus.com Subject: Re: Making debugable bins an option? Date: Tue, 17 Feb 1998 23:59:00 -0000 Message-id: <13512.887775343@hurl.cygnus.com> References: <98021717371100.05277@z2.n2480.f898.fidonet.org> X-SW-Source: 1998-02/msg00850.html In message < 98021717371100.05277@z2.n2480.f898.fidonet.org >you write: > On Tue, 17 Feb 1998, you wrote: > > >Do you mean in the compiler itself? > > everywhere.... In that case, not really. > >make CFLAGS="-O2" bootstrap > > Nice idea, but: This doesn't override the -g in LIBGCC2_CFLAGS > Hm, this should be changed, or not? At one time -g1 was used in LIBGCC_CFLAGS solely as a test of -g1; we may (or may not) want to have debugging of the library be solely dependent on the toplevel CFLAGS. > Therefore an --disable-debug option would be nice so debugging can > be completely disabled if not desired.... No such option currently exists. Submissions for a configure option of that nature are welcome. jeff