Re: libpq++ build problems - Mailing list pgsql-hackers

From jtv
Subject Re: libpq++ build problems
Date
Msg-id 20020703185146.GG86191@xs4all.nl
Whole thread Raw
In response to Re: libpq++ build problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: libpq++ build problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Wed, Jul 03, 2002 at 01:45:56PM -0400, Bruce Momjian wrote:
> 
> Actually, I am confused. In src/template/freebsd I see:
>     
>     CFLAGS='-pipe'
>     
>     case $host_cpu in
>       alpha*)   CFLAGS="$CFLAGS -O";;
>       i386*)    CFLAGS="$CFLAGS -O2";;
>     esac
> 
> so why is he seeing the -O2 flag on FreeBSD/alpha?

Probably because CXXFLAGS still has -O2 set.


Jeroen





pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: libpq++ build problems
Next
From: Hannu Krosing
Date:
Subject: Re: listen/notify argument (old topic revisited)