Re: Patch - Debug builds without optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch - Debug builds without optimization
Дата
Msg-id 8632.1322604731@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch - Debug builds without optimization  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Patch - Debug builds without optimization  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On tis, 2011-11-29 at 16:32 -0500, Bruce Momjian wrote:
>> I have applied the attached patch to help make suggestsions for server
>> developers.  I didn't reproduce most of the text because it was already
>> listed with the options.  Let me know if you want additional text.

> Advising "server developers" to use CFLAGS="-O0 -g", without
> qualification, is dangerous, in my mind, because that loses a lot of
> compiler checks.  The only reason to use -O0 is when you really need to
> debug something in single steps and you can't make sense of it any other
> way.

Yes.  -O0 is really a pretty horrid default choice, and we should NOT be
recommending it, especially not with no discussion of the disadvantages.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch - Debug builds without optimization
Следующее
От: Ants Aasma
Дата:
Сообщение: Re: Avoiding repeated snapshot computation