Re: Makefile patch to make gcov work on Postgres contrib modules

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Makefile patch to make gcov work on Postgres contrib modules
Date: 2007-04-15 17:44:33
Message-ID: 200704151944.33709.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-04-15 21:01:49 RESET command seems pretty disjointed now
Previous Message Peter Eisentraut 2007-04-15 17:22:13 Re: build/install xml2 when configured with libxml