Back out v1.58... We still don't know what is causing the specific

problem I had but it's happening in code that is messing around with
register windows - I'm willing to live with that piece being sensitive
to this and it looks like the other problems we had reported lately
are not fixed by using -O instead of -O2.

Sorry for the churn.  Looks like I need a second pointy hat.  Someone
tells me they stack well.  :-))))
This commit is contained in:
Ken Smith 2004-10-07 20:36:56 +00:00
parent 7aefe57c5c
commit de4447e1c0

View File

@ -24,7 +24,7 @@ COPTFLAGS?=-O2 -frename-registers -pipe
. elif ${MACHINE_ARCH} == "ia64"
COPTFLAGS?=-O2 -pipe
. elif ${MACHINE_ARCH} == "sparc64"
COPTFLAGS?=-O -pipe
COPTFLAGS?=-O2 -pipe
. elif ${MACHINE_ARCH} == "arm"
COPTFLAGS?=-O2 -pipe
. else