Compiling postgresql with profiling

From: Mattias Kregert <matti(at)algonet(dot)se>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling postgresql with profiling
Date: 1998-01-20 13:43:21
Message-ID: 34C4A9F8.1916DF07@algonet.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Defining CUSTOM_LDFLAGS in Makefile.custom does not have any
effect on the compilation. I found that LDFLAGS is hardcoded
in Makefile.global. Perhaps it would be a good idea to change
this? I had to edit Makefile.global and add '-pg' to LDFLAGS
manually.

I thought it was about time to run a profile on the backend...

/* m */

Browse pgsql-hackers by date

  From Date Subject
Next Message Mattias Kregert 1998-01-20 14:13:37 Small changes for the "no excuses" release
Previous Message Mattias Kregert 1998-01-20 12:01:34 Re: [HACKERS] Re: [QUESTIONS] Business cases