Re: Add EXTRA_CFLAGS to configure
От | Nathan Wagner |
---|---|
Тема | Re: Add EXTRA_CFLAGS to configure |
Дата | |
Msg-id | 20151028135331.GA9144@granicus.if.org обсуждение исходный текст |
Ответ на | Re: Add EXTRA_CFLAGS to configure (Robert Haas <robertmhaas@gmail.com>) |
Ответы |
Re: Add EXTRA_CFLAGS to configure
|
Список | pgsql-hackers |
On Wed, Oct 28, 2015 at 02:42:19PM +0100, Robert Haas wrote: > On Wed, Oct 28, 2015 at 2:17 PM, Andres Freund <andres@anarazel.de> wrote: > >> I use COPT for this purpose. > > > > Unless I miss something you can't just pass that to configure though, > > right? I.e. it has to be passed to each make invocation? > > What I do is: > > echo COPT=-Wall -Werror > src/Makefile.custom Make will pick up variables from the environment. So unless the makefile goes out of its way to circumvent it, you can just do COPT=-Werror export COPT and then run your usual configure/compile cycle. There's no specific need to modify the makefiles or pass extra arguments into make. -- nw
В списке pgsql-hackers по дате отправления: