Re: Earlier suggestion to get gcov to work by adding $(CFLAGS) to module link line

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Earlier suggestion to get gcov to work by adding $(CFLAGS) to module link line
Date: 2007-07-17 13:31:25
Message-ID: 21253.1184679085@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gregory Stark <stark(at)enterprisedb(dot)com> writes:
> Was there any consensus on this change?

The implicit .so rule sucks on nearly every port, not only Linux.
We should be getting rid of the things in favor of using the much more
complete rules in Makefile.shlib.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2007-07-17 14:47:36 Re: Invalid to_date patterns (was: [PATCHES] [GENERAL] ISO week dates)
Previous Message Tom Lane 2007-07-17 13:27:46 Re: plpgsql FOR loop doesn't guard against strange step values