Re: Compiling HEAD with -Werror int 64-bit mode

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Compiling HEAD with -Werror int 64-bit mode
Дата
Msg-id 1260908193.9008.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Compiling HEAD with -Werror int 64-bit mode  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: Compiling HEAD with -Werror int 64-bit mode
Список pgsql-hackers
On tis, 2009-12-15 at 16:15 +0100, Florian G. Pflug wrote:
> Alternatively - is there a way to use -Werror only for building the
> actual sources, not the configure tests? I didn't find one, but my
> autoconf-fu is pretty limited...

I always build with

pgmake='make COPT="-Werror -Wno-inline"'

(The -Wno-inline is obsolete in more recent version.)

I have also tried in the past to pass -Werror through configure, but
that caused too many problems.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ProcessUtility_hook
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Closing out CommitFest 2009-11