Re: Makefile patch to make gcov work on Postgres contrib modules - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Makefile patch to make gcov work on Postgres contrib modules
Date
Msg-id 200704151944.33709.peter_e@gmx.net
Whole thread Raw
In response to Re: Makefile patch to make gcov work on Postgres contrib modules  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Greg Stark wrote:
> Perhaps the flags need to be in a separate variable instead of CFLAGS
> specifically advertised to ensure the flags will show up in both
> compile and linking lines.

CFLAGS ordinarily does show up in both of these places.  Where it 
doesn't, it should be added.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Server-side support of all encodings
Next
From: Tom Lane
Date:
Subject: RESET command seems pretty disjointed now