Re: Patch - Debug builds without optimization

Поиск
Список
Период
Сортировка
От Bernd Helmle
Тема Re: Patch - Debug builds without optimization
Дата
Msg-id 67C356596C1DDB01F9A098BC@apophis.local
обсуждение исходный текст
Ответ на Patch - Debug builds without optimization  (Radosław Smogura <rsmogura@softperience.eu>)
Ответы Re: Patch - Debug builds without optimization
Список pgsql-hackers

--On 16. Juni 2011 14:30:27 +0200 Radosław Smogura <rsmogura@softperience.eu>
wrote:

>  Hello,
>
>  I'm sending following patch which disables optimization when  --enable-debug
> is passed. It was nasty (for me, at least) that debug  build required passing
> of CFLAGS with -O0 to get nice traceable code.
>

-O0 hides bugs in your code (e.g. look at
<http://archives.postgresql.org/message-id/9714F5232AB2C4FCFCB392D5@amenophis>
and replies for an example to do it better). Doing this automatically on debug
builds would be a step backwards.

--
Thanks
Bernd


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: use less space in xl_xact_commit patch
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: patch: update README-SSI