This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: enabling -O2 with gcc 2.96 and later
- To: "Frank Ch. Eigler" <fche at cygnus dot com>
- Subject: Re: enabling -O2 with gcc 2.96 and later
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Fri, 17 Dec 1999 11:06:37 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
> Sorry to jump in again, but optimization would still be nice to
> include in the "CXXFLAGS" set, not the AM_CXXFLAGS where it's out of
> the user's hands. Please consider instead:
>
> CXXFLAGS = -g @OPTLEVEL@
> AM_CXXFLAGS = -D_GNU_SOURCE -fno-implicit-templates \
> -Wall -Wno-format -W -Wwrite-strings -Winline $(WERROR) \
> $(OTHER_CXXFLAGS)
I think Frank's right on this one Phil. (Thanks again Frank)
-benjamin