On Thu, Aug 23, 2012 at 01:54:38PM -0700, Mike Stump wrote: > I think: > > # Remove the -O2: for historical reasons, unless bootstrapping we prefer > > # optimizations to be activated explicitly by the toplevel. > > case "$CC" in > */prev-gcc/xgcc*) ;; > *) CFLAGS=`echo $CFLAGS | sed "s/-O[[s0-9]]* *//" ` ;; > esac > AC_SUBST(CFLAGS) > > in configure.ac does this. I think if CXXFLAGS is also so done, we'd gain > parity.
Can we get this change in? The current state is terribly annoying. Jakub