Re: Is there any way to disable compiler optimization and enable debug?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Is there any way to disable compiler optimization and enable debug?
Дата
Msg-id 1333919069.5450.3.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Is there any way to disable compiler optimization and enable debug?  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: pg_stat_statements normalisation without invasive changes to the parser (was: Next steps on pg_stat_statements normalisation)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Last gasp