[Pljava-dev] Building from source for PG 8.2.4

From: books at ejurka(dot)com (Kris Jurka)
To:
Subject: [Pljava-dev] Building from source for PG 8.2.4
Date: 2007-08-31 21:36:11
Message-ID: Pine.BSO.4.64.0708311735070.30502@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On Fri, 31 Aug 2007, Kris Jurka wrote:

> OK, I'll commit this fix and similar for i586 to CVS later today.

Done.

>> The only question I have left: is there a way to partially override the
>> compiler options divined from pg_config, so I can turn off -g but
>> inherit the rest?
>>
>
> Putting this after "override CFLAGS += $(PLJAVA_CFLAGS)" approx line 140
> might work:
>
> CFLAGS := $(filter-out -g, $(CFLAGS))
>

A quick test shows you need to say "override CFLAGS := $(filter-out
-g, $(CFLAGS))"

Kris Jurka

In response to

Browse pljava-dev by date

  From Date Subject
Next Message David JL Gradwell 2007-09-06 10:57:53 [Pljava-dev] could not load library "C:/Program Files/PostgreSQL/8.2/lib/pljava.dll" when running deployer on Windows
Previous Message Eric Faulhaber 2007-08-31 21:35:09 [Pljava-dev] Building from source for PG 8.2.4