[Pljava-dev] Building from source for PG 8.2.4

Kris Jurka books at ejurka.com
Fri Aug 31 21:36:11 UTC 2007



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



More information about the Pljava-dev mailing list