Re: Is there any way to disable compiler optimization and enable debug? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Is there any way to disable compiler optimization and enable debug?
Date
Msg-id 1333919069.5450.3.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Is there any way to disable compiler optimization and enable debug?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On sön, 2012-04-08 at 14:47 -0400, Andrew Dunstan wrote:
> Try:
> 
>     CFLAGS=-O0 ./configure --enable-debug ....

Better yet:

./configure CFLAGS=-O0 --enable-debug ....




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: pg_stat_statements normalisation without invasive changes to the parser (was: Next steps on pg_stat_statements normalisation)
Next
From: Josh Berkus
Date:
Subject: Re: Last gasp