Re: [GENERAL] Use of PROFILE in Makefiles

2007-06-13 Thread Tom Lane
Mayuresh Nirhali <[EMAIL PROTECTED]> writes: > I was wondering if there is any particular reason for having PROFILE > appended to CFLAGS. The usual use-case is to build a profilable backend with make PROFILE=-pg all regards, tom lane ---(e

[GENERAL] Use of PROFILE in Makefiles

2007-06-13 Thread Mayuresh Nirhali
Hello, I could not build pg8.2.4 on Solaris x86 because the variable PROFILE was set in my path to desktop profile script. Pg makfiles (Makfile.global) appends value of PROFILE if set to CFLAGS. I was wondering if there is any particular reason for having PROFILE appended to CFLAGS. If this s