Re: How to use Makefile - pgxs without gcc -O2 ? - Mailing list pgsql-hackers

From Piotr Stefaniak
Subject Re: How to use Makefile - pgxs without gcc -O2 ?
Date
Msg-id BLU436-SMTP1224C21B16D3F573F9FD6C0F20C0@phx.gbl
Whole thread Raw
In response to Re: How to use Makefile - pgxs without gcc -O2 ?  (geohas <lists@hasibether.at>)
List pgsql-hackers
On 07/08/2014 17:53, geohas wrote:
> make CFLAGS=-O0  was it.
> 
> now gdb doesn't print <Value optimized out>.
If you're using GCC 4.8 or later, consider using it with -Og for that
kind of builds.



pgsql-hackers by date:

Previous
From: "Tomas Vondra"
Date:
Subject: Re: tweaking NTUP_PER_BUCKET
Next
From: Peter Geoghegan
Date:
Subject: Re: Doing better at HINTing an appropriate column within errorMissingColumn()