Re: [HACKERS] PL patches (one more) - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] PL patches (one more)
Date
Msg-id 361E13C6.DA15D441@alumni.caltech.edu
Whole thread Raw
In response to PL patches (one more)  (jwieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] PL patches (one more)  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
>       o pl/tcl/mkMakefile.tcldefs.sh.in
>
>         At least one bash I'm using on one of my  systems  single
>         quotes  the  values in the output of the set command. But
>         make interprets CC=gcc -O2 different from CC='gcc -O2'.

istm that perhaps

  make CC=gcc CFLAGS+=-O2

would be the best choice for achieving this. (And it works :).

                   - Tom

pgsql-hackers by date:

Previous
From: Horak Daniel
Date:
Subject: RE: [HACKERS] NT port of PGSQL - success]
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [PATCHES] plpgsql patch..