Re: Call for port reports - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Call for port reports
Date
Msg-id Pine.LNX.4.44.0310250000580.18767-100000@peter.localdomain
Whole thread Raw
In response to Re: Call for port reports  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian writes:

> Does -O0 override an earlier -O2?  I wonder if it is just complaining
> when it sees -O2 and is actually using -O for the compile.   We still
> need to fix that, but I am curious.

If you specify -O2 anywhere and the compile step is invoked (for example,
you're not just preprocessing or just linking), then the warning is
issued.  However, further investigation showed that the last optimization
option on the command line is the one that is actually used to perform the
optimizations.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: Call for port reports -- Failure on Linux
Next
From: Christopher Browne
Date:
Subject: Re: Call for port reports