Gregory Stark <[EMAIL PROTECTED]> writes: > "Tom Lane" <[EMAIL PROTECTED]> writes: >> (Rather than trying to browbeat configure into doing this, I'd suggest >> manually adjusting CFLAGS in src/Makefile.global, then "make clean" and >> rebuild.)
> eh? either of these should work fine: > ./configure --enable-debug CFLAGS=-O0 > CFLAGS=-O0 ./configure --enable-debug The trouble with that approach is that it overrides *everything* that configure would normally put into CFLAGS. I only want one thing changing, please ... this is confusing enough already. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general