Re: more compile warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: more compile warnings
Дата
Msg-id 19275.1039295677@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: more compile warnings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: more compile warnings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> You would think that would catch it.  My problem is that I am compiling
> with -O0, because I compile all day and I don't care about optimization.

You should reconsider that.  At -O0 gcc doesn't do any flow analysis,
and thus you lose many important warnings.  I'd recommend -O1 at least.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: IPv6 patch rejected
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [GENERAL] PostgreSQL Global Development Group Announces