Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
Date
Msg-id 20439.1314570114@sss.pgh.pa.us
Whole thread Raw
In response to Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 08/28/2011 05:51 PM, Tom Lane wrote:
>>> Is -O3 a recommended setting for icc?

>> No idea.  But after a bit of man-page-reading I think it's probably not
>> the -O level that counts, so much as the fact that anchovy is using
>> -flto (link-time optimization) in CFLAGS.  I don't see any indication
>> that that's being selected by the buildfarm script itself, so it must be
>> coming from an environment setting of CFLAGS.

> The buildfarm member is using:
>                                       'CFLAGS' =>  '-O3 -xN -parallel -ip'
>                                       'CC' =>  'icc'

Er, anchovy?  Where do you see that?  The only thing I see it forcing
is
                  'config_env' => {                                    'CC' => 'ccache cc'
   },
 
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches
Next
From: Andrew Dunstan
Date:
Subject: Re: Why buildfarm member anchovy is failing on 8.2 and 8.3 branches